fix: re-add dark background
This commit is contained in:
parent
84ed40faad
commit
8002ae6355
1 changed files with 4 additions and 0 deletions
|
@ -25,6 +25,10 @@
|
||||||
$background-color: var(--accent-color);
|
$background-color: var(--accent-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.bg-dark {
|
||||||
|
@include bg-color(get-color("dark"));
|
||||||
|
}
|
||||||
|
|
||||||
// .bg {
|
// .bg {
|
||||||
|
|
||||||
// @each $name,
|
// @each $name,
|
||||||
|
|
Reference in a new issue