clean up fonts, fix mobile nav button
This commit is contained in:
parent
823bf31ef1
commit
f233a4e85d
92 changed files with 602 additions and 41 deletions
13
style.css
13
style.css
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue