fix dark mode link styling

This commit is contained in:
smoreface 2022-10-15 21:44:09 -07:00
parent 8e052c65bd
commit ae88c4afa9

View file

@ -23,7 +23,11 @@ header#banner nav ul li a {
}
main#content a {
color: #00b1ed;
color: #39d7e2;
}
main#content a:hover {
color: #27959d;
}
main#content p {