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

@ -64,7 +64,7 @@
margin-block-start: 0;
color: var(--fg-muted-4);
font-weight: bold;
font-size: 1.5em;
font-size: x-large;
text-align: center;
}
@ -123,10 +123,9 @@
box-shadow: var(--edge-highlight);
border-radius: 999px;
background-color: var(--fg-muted-1);
padding: 0.375rem 0.75rem;
padding: 0.25rem 0.75rem;
color: var(--fg-muted-5);
font-size: 0.875rem;
line-height: 1;
font-size: smaller;
text-decoration: none;
&:hover {
@ -194,7 +193,7 @@
border-radius: var(--rounded-corner-small);
background-color: var(--accent-color-alpha);
padding: 0.125rem 0.375rem;
line-height: 1.25;
line-height: normal;
text-decoration: none;
&:hover {
@ -221,8 +220,7 @@
time {
grid-area: time;
margin-block-start: 0.5rem;
font-size: 0.875rem;
line-height: 1.25;
font-size: smaller;
a {
color: var(--fg-muted-5);
@ -270,7 +268,7 @@
transition: var(--transition);
border-radius: 999px;
background-color: transparent;
padding: 0.25rem 0.75rem;
padding: 0.375rem 0.75rem;
font-variant-numeric: tabular-nums;
text-decoration: none;