siddhartharya commited on
Commit
f506fc8
·
verified ·
1 Parent(s): 189c6eb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -109,8 +109,8 @@ def display_bookmarks():
109
 
110
  # Apply inline styles for dead links
111
  if bookmark.get('dead_link'):
112
- card_style = "background-color: #FFF9C4; border: 2px solid #D32F2F;"
113
- text_style = "color: #D32F2F;"
114
  else:
115
  card_style = ""
116
  text_style = ""
 
109
 
110
  # Apply inline styles for dead links
111
  if bookmark.get('dead_link'):
112
+ card_style = "" # No background color
113
+ text_style = "color: #D32F2F;" # Red text
114
  else:
115
  card_style = ""
116
  text_style = ""