Update style.css
Browse files
style.css
CHANGED
@@ -3,11 +3,11 @@
|
|
3 |
a, a:hover, a:visited {
|
4 |
text-decoration-line: underline;
|
5 |
font-weight: 600;
|
6 |
-
color: #1f2937;
|
7 |
}
|
8 |
|
9 |
.dark a, .dark a:hover, .dark a:visited {
|
10 |
-
color: #f3f4f6;
|
11 |
}
|
12 |
|
13 |
.footer {
|
|
|
3 |
a, a:hover, a:visited {
|
4 |
text-decoration-line: underline;
|
5 |
font-weight: 600;
|
6 |
+
color: #1f2937 !important;
|
7 |
}
|
8 |
|
9 |
.dark a, .dark a:hover, .dark a:visited {
|
10 |
+
color: #f3f4f6 !important;
|
11 |
}
|
12 |
|
13 |
.footer {
|