From 7b0cdc8edec53f2b084ef28a8d6a537f1ebdd9ed Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sat, 5 Aug 2023 22:25:25 +0200 Subject: in-browser server log --- server/src/routes/ui/style/layout.css | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'server/src/routes/ui/style') diff --git a/server/src/routes/ui/style/layout.css b/server/src/routes/ui/style/layout.css index 09da718..e62e59a 100644 --- a/server/src/routes/ui/style/layout.css +++ b/server/src/routes/ui/style/layout.css @@ -33,12 +33,13 @@ * { color: var(--font); - font-family: "Cantarell", sans-serif; - font-weight: 500; - scrollbar-width: thin; scrollbar-color: var(--background-light) #0000; } +:root { + font-family: "Cantarell", sans-serif; + font-weight: 500; +} body { background-color: var(--background-dark); @@ -68,6 +69,10 @@ nav { align-items: center; } +code { + font-family: monospace !important; +} + nav a { border: 0px solid transparent; border-radius: 5px; -- cgit v1.2.3-70-g09d2