From 962b45e3731610220d58e04c826d14152fb493e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ondr=CC=8Cej=20Ny=CC=81vlt?= Date: Thu, 17 Aug 2023 12:42:28 +0200 Subject: [PATCH] Update style --- view/static/main.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/view/static/main.css b/view/static/main.css index c4665d2..9e0f7c1 100644 --- a/view/static/main.css +++ b/view/static/main.css @@ -16,8 +16,7 @@ html { box-sizing: border-box; - font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", - Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif; + font-family: system-ui, sans-serif; } body { @@ -384,5 +383,9 @@ details[open] summary::before { } .changeset table th { + font-size: var(--font-size-s); + font-weight: 500; + color: var(--color-muted); padding-right: 1rem; + vertical-align: top; }