Update themes/mytheme/assets/css/core/theme-vars.css

This commit is contained in:
Morgan 2023-10-29 17:15:07 +09:00
parent c8836e07f5
commit fd8674ebb3
1 changed files with 3 additions and 3 deletions

View File

@ -6,12 +6,12 @@
--header-height: 60px;
--footer-height: 60px;
--radius: 8px;
--theme: #E0E0E0;
--theme: #EFEFFF;
--entry: rgb(255, 255, 255);
--primary: rgb(30, 30, 30);
--primary: #242424;
--secondary: rgb(108, 108, 108);
--tertiary: rgb(214, 214, 214);
--content: rgb(31, 31, 31);
--content: rgb(0,0,0);
--hljs-bg: rgb(28, 29, 33);
--code-bg: rgb(245, 245, 245);
--border: rgb(238, 238, 238);