From 6c8cb2ba5afd25159ec5c6a9680bc645b3d3250d Mon Sep 17 00:00:00 2001 From: Upptime Bot <73812536+upptime-bot@users.noreply.github.com> Date: Thu, 4 Apr 2024 05:10:25 +0000 Subject: [PATCH] deploy: f2587fbcf814b771512d443414de5138779ecb4d --- theme.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/theme.css b/theme.css index cfcb6d6224..5efc16e856 100644 --- a/theme.css +++ b/theme.css @@ -53,8 +53,8 @@ --body-text-color: #cce6ff; --card-background-color: #004a99; --nav-background-color: #004a99; - --nav-border-bottom-color: #80c1ff; - --nav-current-border-bottom-color: #1abc9c; + --nav-border-bottom-color: transparent; + --nav-current-border-bottom-color: transparent; --card-border-color: #80c1ff; --down-border-left-color: #eb3b5a; --down-background-color: #6b1020; @@ -89,6 +89,10 @@ h1, h2, h3, h4, h5, h6, p, sub, li, a, article, div, span { color: var(--body-text-color); } +h1, h2, h3, h4, h5, h6 { + font-weight: bold; +} + figcaption { text-align: center; color: var(--body-text-color)81;