forked from tylda-public/main
fix: inconsistent href colors
This commit is contained in:
@@ -86,12 +86,12 @@ footer#footer {
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.link {
|
||||
a[href] {
|
||||
color: var(--link);
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.link:hover {
|
||||
a[href]:hover {
|
||||
color: var(--link-hover);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user