fix: content bg color to match with html bg color

This commit is contained in:
ae 2025-05-14 19:46:38 +03:00
parent d853df1e8a
commit 8f11bbcd26
Signed by: ae
GPG Key ID: 995EFD5C1B532B3E

View File

@ -52,7 +52,7 @@
}
@mixin dark-appearance {
@include theme(#000300, #eff6ee, #000300, #33658a, #55dde0, #9197ae); // modus-vivendi
@include theme(#000000, #eff6ee, #000000, #33658a, #55dde0, #9197ae); // modus-vivendi
}
@mixin light-appearance {