fix: re-add dark background

This commit is contained in:
Kazhnuz Klappsthul 2023-11-18 12:56:40 +01:00
parent 84ed40faad
commit 8002ae6355
1 changed files with 4 additions and 0 deletions

View File

@ -25,6 +25,10 @@
$background-color: var(--accent-color);
}
.bg-dark {
@include bg-color(get-color("dark"));
}
// .bg {
// @each $name,