Skip to content

Commit

Permalink
deploy: c9cc073
Browse files Browse the repository at this point in the history
  • Loading branch information
upptime-bot committed Jul 17, 2024
1 parent ec55b4d commit 078890e
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
--submit-button-border-color: #1a46ad;
--submit-button-background-color: #3867d6;
--submit-button-color: #ffffff;
--graph-opacity: 1;
--graph-opacity: 0;
--graph-filter: none;
}

Expand All @@ -93,13 +93,18 @@ h1, h2, h3, h4, h5, h6 {
font-weight: bold !important;
}

figcaption {
text-align: center;
color: var(--body-text-color)81;
p {
font-size: 16pt !important;
}

hr {
border: 5px solid var(--nav-border-bottom-color);
article, dl {
font-size: 14pt;
}

canvas {
background-color: #add4ff;
padding: 1em;
border-radius: 1em;
box-shadow: 0 5px 10px #00000015;
}

Expand Down

0 comments on commit 078890e

Please sign in to comment.