From 48a32fe8e23e6156b8df34adb65cf98f22661b7b Mon Sep 17 00:00:00 2001 From: Morgan Date: Sun, 29 Oct 2023 17:15:42 +0900 Subject: [PATCH] Update themes/mytheme/assets/css/core/theme-vars.css --- themes/mytheme/assets/css/core/theme-vars.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/mytheme/assets/css/core/theme-vars.css b/themes/mytheme/assets/css/core/theme-vars.css index fbc7477..3b6e571 100644 --- a/themes/mytheme/assets/css/core/theme-vars.css +++ b/themes/mytheme/assets/css/core/theme-vars.css @@ -6,7 +6,7 @@ --header-height: 60px; --footer-height: 60px; --radius: 8px; - --theme: #EFEFFF; + --theme: white; --entry: rgb(255, 255, 255); --primary: #242424; --secondary: rgb(108, 108, 108);