Browse Source

fix subnavigation color

ayaka417 3 years ago
parent
commit
1668f145dc
1 changed files with 5 additions and 0 deletions
  1. 5 0
      packages/preset-themes/src/styles/mono-blue.scss

+ 5 - 0
packages/preset-themes/src/styles/mono-blue.scss

@@ -91,6 +91,11 @@
   // Sidebar list group
   // Sidebar list group
   // --bgcolor-sidebar-list-group: #; // optional
   // --bgcolor-sidebar-list-group: #; // optional
 
 
+  // Subnavigation
+  --bgcolor-subnav: hsl(var(--bgcolor-subnav-hs),var(--bgcolor-subnav-l));
+  --bgcolor-subnav-hs: var(--bgcolor-global-hs);
+  --bgcolor-subnav-l: calc(var(--bgcolor-global-l) - 3%);
+
   // Icon colors
   // Icon colors
   --color-editor-icons: var(--color-global);
   --color-editor-icons: var(--color-global);