fix: logo should have a consistent look and feel

This commit is contained in:
dannyrb 2019-05-30 13:37:17 -04:00
parent 5871a2faf7
commit efe21b9121

View File

@ -10,7 +10,9 @@
font-family: var(--logo-font-family);
}
.header-brand:hover {
.header-brand:hover,
.header-brand:active,
.header-band:visited {
color: var(--text-primary-color);
text-decoration: none;
}