Spaces:
Running
Running
Update app.css
Browse files
app.css
CHANGED
@@ -67,18 +67,8 @@ h1 {
|
|
67 |
|
68 |
/* Highlight dead links */
|
69 |
.dead-link {
|
70 |
-
|
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) {
|