Spaces:
Sleeping
Sleeping
siddhartharya
commited on
Update app.css
Browse files
app.css
CHANGED
@@ -38,11 +38,8 @@ h1 {
|
|
38 |
background-color: white;
|
39 |
border-radius: 4px;
|
40 |
margin: 10px 0;
|
41 |
-
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
|
42 |
-
}
|
43 |
-
|
44 |
-
.card-content {
|
45 |
padding: 15px;
|
|
|
46 |
}
|
47 |
|
48 |
.card-content h3 {
|
@@ -65,6 +62,16 @@ h1 {
|
|
65 |
text-decoration: underline;
|
66 |
}
|
67 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
68 |
@media screen and (max-width: 600px) {
|
69 |
.card-content h3 {
|
70 |
font-size: 1em;
|
|
|
38 |
background-color: white;
|
39 |
border-radius: 4px;
|
40 |
margin: 10px 0;
|
|
|
|
|
|
|
|
|
41 |
padding: 15px;
|
42 |
+
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
|
43 |
}
|
44 |
|
45 |
.card-content h3 {
|
|
|
62 |
text-decoration: underline;
|
63 |
}
|
64 |
|
65 |
+
.dead-link {
|
66 |
+
border: 2px solid #D32F2F;
|
67 |
+
}
|
68 |
+
|
69 |
+
.dead-link .card-content h3,
|
70 |
+
.dead-link .card-content p,
|
71 |
+
.dead-link .card-content a {
|
72 |
+
color: #D32F2F;
|
73 |
+
}
|
74 |
+
|
75 |
@media screen and (max-width: 600px) {
|
76 |
.card-content h3 {
|
77 |
font-size: 1em;
|