generated from Seekra/repository-template
fix(style): set link color to --dark variable
This change was necessary due to the dynamically loaded legal notice. Links would have the default color without this fix.
This commit is contained in:
@@ -24,6 +24,7 @@ body {
|
|||||||
|
|
||||||
.link {
|
.link {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
color: var(--dark);
|
||||||
}
|
}
|
||||||
|
|
||||||
.link:hover:not(.button-link), .link:focus-visible:not(.button-link) {
|
.link:hover:not(.button-link), .link:focus-visible:not(.button-link) {
|
||||||
|
|||||||
Reference in New Issue
Block a user