Skip to content

Commit 38bbfd0

Browse files
committed
Tweak dark mode colors
1 parent f185092 commit 38bbfd0

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src/routes/+layout.svelte

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,12 @@
8686
8787
:global([data-bs-theme='dark']) {
8888
--bs-primary-bg-subtle: #0c2448;
89-
--bs-success-bg-subtle: #094228;
9089
--bs-secondary-bg-subtle: #40434a;
90+
--bs-success-bg-subtle: #094228;
91+
--bs-warning-bg-subtle: #463500;
9192
--bs-danger-bg-subtle: #6c1c23;
93+
94+
--bs-success-border-subtle: #0c864d;
95+
--bs-danger-border-subtle: #ae2c38;
9296
}
9397
</style>

0 commit comments

Comments
 (0)