Optional bundled fonts (fixes #44). Style cleanups
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user