Optional bundled fonts (fixes #44). Style cleanups

This commit is contained in:
daudix
2024-09-15 03:49:59 +03:00
parent 4ed42a397b
commit a5f16ca54f
66 changed files with 172 additions and 90 deletions

View File

@ -2,7 +2,6 @@
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: baseline;
margin-block-start: 4rem;
}
@ -25,11 +24,10 @@ button.inline-button {
box-shadow: var(--edge-highlight);
border-radius: var(--rounded-corner);
background-color: var(--fg-muted-1);
padding: 0.75rem 1rem;
padding: 0.5rem 1rem;
color: var(--fg-muted-5);
font-weight: bold;
font-size: 0.875rem;
line-height: 1;
font-size: smaller;
&:hover {
background-color: var(--fg-muted-2);