mirror of
https://github.com/Casvt/MIND.git
synced 2026-02-19 11:54:46 -05:00
Changed font
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user