fix: anchor text color for dark theme
This commit is contained in:
parent
f6d21899a2
commit
e52c69a3c1
Binary file not shown.
Before Width: | Height: | Size: 98 KiB After Width: | Height: | Size: 49 KiB |
Binary file not shown.
Before Width: | Height: | Size: 106 KiB After Width: | Height: | Size: 54 KiB |
@ -26,6 +26,12 @@ h1,h2,h3,h4,h5,h6 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
a,a:hover {
|
a,a:hover {
|
||||||
|
color: #ff7979;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.site-description a,
|
||||||
|
.site-description a:hover {
|
||||||
color: #ddd;
|
color: #ddd;
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user