fffiloni commited on
Commit
afd482c
β€’
1 Parent(s): f764adf

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +2 -2
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 {