From 9a6c8b5633369f76c8eda3403dbd5b34483f1692 Mon Sep 17 00:00:00 2001 From: ae Date: Wed, 14 May 2025 19:47:09 +0300 Subject: [PATCH] fix: content bg color to match with html bg color --- themes/nostyleplease/assets/css/main.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/nostyleplease/assets/css/main.scss b/themes/nostyleplease/assets/css/main.scss index 7a85bee..4510f22 100644 --- a/themes/nostyleplease/assets/css/main.scss +++ b/themes/nostyleplease/assets/css/main.scss @@ -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 {