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

Update app.css

Browse files
Files changed (1) hide show
  1. app.css +2 -12
app.css CHANGED
@@ -67,18 +67,8 @@ h1 {
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) {
 
67
 
68
  /* Highlight dead links */
69
  .dead-link {
70
+ border: 2px solid #D32F2F; /* Red border */
71
+ background-color: #FFF9C4; /* Light yellow background */
 
 
 
 
 
 
 
 
 
 
72
  }
73
 
74
  @media screen and (max-width: 600px) {