Complete #52, Optimize CSS, Reduce code duplication, Scrap templates; Massive refactor.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
.nav_title {
|
||||
.menu .title {
|
||||
// Need to force inheritence, otherwise <a> would require
|
||||
// overrides for all color states from base styling for element.
|
||||
color: inherit;
|
||||
@@ -13,7 +13,7 @@
|
||||
display: block;
|
||||
}
|
||||
|
||||
.nav_title:hover {
|
||||
.menu .title:hover {
|
||||
color: var(--highlight-hover);
|
||||
transition: var(--transition-cut);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user