Fix some glitches with being able to select links that weren't a

dropdown.
This commit is contained in:
Cutieguwu
2025-07-22 16:16:00 -04:00
parent ffda7ab696
commit 29e1eab437
3 changed files with 28 additions and 20 deletions

View File

@@ -1,14 +1,16 @@
.nav_title {
/* Need to force inheritence, otherwise <a> would require overrides for all color states from base styling for element. */
color: inherit;
text-decoration: inherit;
text-decoration: none;
font-family: var(--font-family-generic);
font-weight: bold;
white-space: nowrap;
margin: 0 var(--spacing-horizontal);
margin: inherit;
padding: 0 var(--spacing-horizontal);
transition: var(--transition-fade);
text-transform: uppercase;
display: block;
}
.nav_title:hover {