From f1b92d17dd69fd952489571c70659925b485117d Mon Sep 17 00:00:00 2001 From: Livia Date: Tue, 8 Apr 2025 17:35:44 +0200 Subject: [PATCH] improve style --- static/style/style.css | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/static/style/style.css b/static/style/style.css index c3ce002..09c6768 100644 --- a/static/style/style.css +++ b/static/style/style.css @@ -1,14 +1,10 @@ -/* override global font */ -.avenir { - font-family: "IBM Plex Sans", sans-serif; -} - /* style headings */ h1, h2 { - font-family: "JetBrains Mono", monospace; + font-family: "JetBrains Mono", monospace!important; font-weight: 800; font-style: italic; text-transform: uppercase; + color: #001b44; } h1 a { @@ -17,6 +13,16 @@ h1 a { font-style: italic; } +/* override global font */ +.avenir, body, p, td, th, li { + font-family: "IBM Plex Sans", sans-serif!important; +} + +/* tables */ +th { + color: #001b44; +} + /* menu styles */ div.flex-l.items-center { text-shadow: 1px 1px 30px #000000;