Permalink
Browse files
fix: anchor text color for dark theme
- Loading branch information
|
@@ -26,6 +26,12 @@ h1,h2,h3,h4,h5,h6 { |
|
|
} |
|
|
|
|
|
a,a:hover { |
|
|
color: #ff7979; |
|
|
text-decoration: none; |
|
|
} |
|
|
|
|
|
.site-description a, |
|
|
.site-description a:hover { |
|
|
color: #ddd; |
|
|
text-decoration: underline; |
|
|
} |
|
|
0 comments on commit
e52c69a