clean up fonts, fix mobile nav button

This commit is contained in:
Ruben 2024-12-30 22:59:54 -06:00
commit f233a4e85d
No known key found for this signature in database
GPG key ID: AE181294E97E4802
92 changed files with 602 additions and 41 deletions

View file

@ -28,6 +28,7 @@ body {
}
a {
font-family: 'Inter', system-ui, sans-serif;
padding: .3rem 0rem .3rem .5rem;
text-decoration: none;
color: var(--ayu-e-fg);
@ -160,7 +161,7 @@ footer {
min-height: 1.8em !important;
max-height: 1.8em !important;
font-family: 'Lexend Deca', system-ui, sans-serif;
font-family: 'Inter', system-ui, sans-serif;
align-content: center;
vertical-align: middle;
background-color: color-mix(in srgb, var(--ayu-accent) 10%, transparent);
@ -176,7 +177,7 @@ footer {
background-color: var(--ayu-accent);
text-decoration: unset !important;
color: var(--ayu-e-bg);
padding: 0px .4rem !important;
padding: 0px .4rem .1rem !important;
border-bottom-right-radius: 1rem;
svg {
@ -606,10 +607,12 @@ footer {
ul {
background-color: var(--ayu-e-bg);
border-radius: 8px;
border-bottom-right-radius: 1rem;
border-right: var(--ayu-accent) solid .15rem;
border-bottom: var(--ayu-accent) solid .15rem;
max-width: 10em;
width: auto;
z-index: 9999;
margin-top: unset !important;
li {
list-style-type: none;
@ -621,7 +624,7 @@ footer {
.nav-baselink-mobile summary {
display: block !important;
margin-top: 0px !important;
font-family: 'Lexend Deca', system-ui, sans-serif;
font-family: 'Inter', system-ui, sans-serif;
background-color: var(--ayu-accent);
text-decoration: unset !important;
color: var(--ayu-e-bg);