keep links as underlines (pre-hover)

This commit is contained in:
Luna 2019-04-15 16:28:59 -03:00
parent 29444f3c83
commit eef09ccf6d
1 changed files with 1 additions and 4 deletions

View File

@ -16,6 +16,7 @@ h1, p {
/* ok i dont have verdana lmao help */
font-family: "Verdana", sans-serif;
color: var(--text-color);
font-color: var(--text-color);
}
@ -52,9 +53,5 @@ aside {
/* custom color for <a>'s */
a {
color: var(--link-color);
text-decoration: none;
}
a:hover {
text-decoration: underline;
}