Complete #52, Optimize CSS, Reduce code duplication, Scrap templates; Massive refactor.

This commit is contained in:
Cutieguwu
2025-08-20 16:08:41 -04:00
parent 04a4adb4d4
commit d1e06b432d
55 changed files with 1533 additions and 1896 deletions

View File

@@ -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);
}