Tons of changes, all of which I've forgotten. A number of refactors
exist. Nav menu partly operational on mobile.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
.nav_title {
|
||||
/* Need to force inheritence, otherwise <a> would require overrides for all color states from base styling for element. */
|
||||
// Need to force inheritence, otherwise <a> would require
|
||||
// overrides for all color states from base styling for element.
|
||||
color: inherit;
|
||||
text-decoration: inherit;
|
||||
|
||||
@@ -7,7 +8,7 @@
|
||||
font-weight: bold;
|
||||
white-space: nowrap;
|
||||
margin: inherit;
|
||||
padding: 0 var(--spacing-horizontal);
|
||||
// padding: 0 var(--spacing-small);
|
||||
transition: var(--transition-fade);
|
||||
display: block;
|
||||
}
|
||||
@@ -16,3 +17,11 @@
|
||||
color: var(--highlight-hover);
|
||||
transition: var(--transition-cut);
|
||||
}
|
||||
|
||||
/*
|
||||
@media only screen and (max-width: 500px) {
|
||||
.nav_title {
|
||||
padding: var(--padding-mobile);
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user