Only use link color on elements with 'href', plus some cleanup
This commit is contained in:
@@ -55,10 +55,10 @@
|
||||
a {
|
||||
text-decoration: none;
|
||||
|
||||
&:hover {
|
||||
&[href]:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
&:visited {
|
||||
&[href]:visited {
|
||||
color: var(--color-visited-link);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user