Skip to content

Commit

Permalink
deploy: 4563d22
Browse files Browse the repository at this point in the history
  • Loading branch information
upptime-bot committed Apr 18, 2024
1 parent c57cc15 commit 4966f60
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions thoth.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
--card-background-color: #fff6d9;
--nav-background-color: var(--color-ternary);
--nav-border-bottom-color: var(--color-ternary);
--nav-current-border-bottom-color: var(--color-primary);
--nav-current-border-bottom-color: var(--color-ternary);
--card-border-color: var(--color-ternary-50);
--down-border-left-color: #eb3b5a;
--down-background-color: #ffd0d2;
Expand Down Expand Up @@ -55,9 +55,13 @@ main {
}
}

.logo.svelte-a08hsz img.svelte-a08hsz {
height: 5rem;
}

.svelte-jbr799 {
padding-top: 1.5rem;
padding-bottom: 1.5rem;
padding-top: 1rem;
padding-bottom: 1rem;
background-color: var(--color-ternary);
opacity: 1 !important;
}
Expand Down

0 comments on commit 4966f60

Please sign in to comment.