From 8f11bbcd26e4210166b448edb2c8f3d0535dd80a Mon Sep 17 00:00:00 2001 From: ae Date: Wed, 14 May 2025 19:46:38 +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 8c52c90..c7142cc 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, #eff6ee, #000300, #33658a, #55dde0, #9197ae); // modus-vivendi + @include theme(#000000, #eff6ee, #000000, #33658a, #55dde0, #9197ae); // modus-vivendi } @mixin light-appearance {