siddhartharya commited on
Commit
8cbd0dc
·
verified ·
1 Parent(s): aa648e9

Update app.css

Browse files
Files changed (1) hide show
  1. app.css +9 -2
app.css CHANGED
@@ -65,13 +65,20 @@ h1 {
65
  text-decoration: underline;
66
  }
67
 
 
68
  .dead-link {
69
  background-color: #FFF59D; /* Yellow background */
70
  }
71
 
72
  .dead-link .card-content h3,
73
- .dead-link .card-content p {
74
- color: #D32F2F; /* Red text */
 
 
 
 
 
 
75
  }
76
 
77
  @media screen and (max-width: 600px) {
 
65
  text-decoration: underline;
66
  }
67
 
68
+ /* Highlight dead links */
69
  .dead-link {
70
  background-color: #FFF59D; /* Yellow background */
71
  }
72
 
73
  .dead-link .card-content h3,
74
+ .dead-link .card-content p,
75
+ .dead-link .card-content a {
76
+ color: #D32F2F !important; /* Red text */
77
+ }
78
+
79
+ .dead-link .card-content a:hover {
80
+ text-decoration: underline;
81
+ color: #B71C1C !important; /* Darker red on hover */
82
  }
83
 
84
  @media screen and (max-width: 600px) {