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;