fix: logo should have a consistent look and feel
This commit is contained in:
parent
5871a2faf7
commit
efe21b9121
@ -10,7 +10,9 @@
|
|||||||
font-family: var(--logo-font-family);
|
font-family: var(--logo-font-family);
|
||||||
}
|
}
|
||||||
|
|
||||||
.header-brand:hover {
|
.header-brand:hover,
|
||||||
|
.header-brand:active,
|
||||||
|
.header-band:visited {
|
||||||
color: var(--text-primary-color);
|
color: var(--text-primary-color);
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user