fix: content bg color to match with html bg color

This commit is contained in:
ae 2025-05-14 19:47:09 +03:00
parent a67c9a7a9a
commit 9a6c8b5633
Signed by: ae
GPG Key ID: 995EFD5C1B532B3E

View File

@ -52,7 +52,7 @@
}
@mixin dark-appearance {
@include theme(#000300, #f1fffa, #000300, #8b9556, #d1603d, #53917e); // modus-vivendi
@include theme(#000000, #f1fffa, #000000, #8b9556, #d1603d, #53917e); // modus-vivendi
}
@mixin light-appearance {