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

@ -7,7 +7,7 @@
flex: 1 1 0;
transition: var(--transition);
border-radius: var(--rounded-corner);
padding: 1rem;
padding: 0.75rem 1rem;
width: 0;
max-width: calc(50% - 0.125rem);
text-decoration: none;
@ -50,7 +50,6 @@
margin-block-end: 0.5rem;
color: var(--fg-muted-5);
font-weight: normal;
line-height: 1.25;
}
.post-title {
@ -58,7 +57,6 @@
transition: var(--transition);
overflow: hidden;
color: var(--fg-color);
line-height: 1.25;
text-overflow: ellipsis;
white-space: nowrap;
}