From 8262b6dc9457ba720f8304467f770bdf5d3a4ecd Mon Sep 17 00:00:00 2001 From: CasVT Date: Sun, 15 Jan 2023 16:08:43 +0100 Subject: [PATCH] Changed font --- frontend/static/css/general.css | 2 ++ frontend/static/css/reminders.css | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/frontend/static/css/general.css b/frontend/static/css/general.css index 9d354db..5fd9f80 100644 --- a/frontend/static/css/general.css +++ b/frontend/static/css/general.css @@ -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 { diff --git a/frontend/static/css/reminders.css b/frontend/static/css/reminders.css index b856401..3448113 100644 --- a/frontend/static/css/reminders.css +++ b/frontend/static/css/reminders.css @@ -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 {