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