Changed font

This commit is contained in:
CasVT
2023-01-15 16:08:43 +01:00
parent 4dc734af83
commit 8262b6dc94
2 changed files with 7 additions and 0 deletions

View File

@@ -2,6 +2,8 @@
box-sizing: border-box;
margin: 0;
padding: 0;
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
font-size: 1rem;
}
:root {

View File

@@ -88,6 +88,7 @@
display: flex;
flex-direction: column;
justify-content: space-between;
gap: .1rem;
border-radius: 4px;
padding: .75rem;
@@ -100,8 +101,12 @@
.entry h2 {
overflow-y: hidden;
height: 100%;
text-align: left;
font-size: 1.25em;
line-height: 1.18;
font-weight: 500;
}
.entry-overlay {