Skip to content

Commit

Permalink
deploy: f2587fb
Browse files Browse the repository at this point in the history
  • Loading branch information
upptime-bot committed Apr 4, 2024
1 parent cdd8cd0 commit 6c8cb2b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 6c8cb2b

Please sign in to comment.