mirror of https://gitlab.com/litecord/litecord.git
keep links as underlines (pre-hover)
This commit is contained in:
parent
29444f3c83
commit
eef09ccf6d
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue