Update style.css

This commit is contained in:
Clay 2021-11-19 21:23:15 -05:00 committed by GitHub
parent 414d2862f1
commit b420e68afe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -89,6 +89,40 @@ footer{
/* unvisited link */
a:link {
color: var(--color);
}
/* visited link */
a:visited {
color: var(--color);
}
/* mouse over link */
a:hover {
color: darkgrey;
}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
@media (prefers-color-scheme: dark) {
:root {