소스 검색

fix nature wood

ayaka417 3 년 전
부모
커밋
858a33b2a1
2개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      packages/preset-themes/src/styles/nature.scss
  2. 2 0
      packages/preset-themes/src/styles/wood.scss

+ 2 - 0
packages/preset-themes/src/styles/nature.scss

@@ -79,6 +79,8 @@
   --bgcolor-resize-button: hsl(var(--bgcolor-resize-button-hs),var(--bgcolor-resize-button-l));
   --bgcolor-resize-button-hs: 115,95%;
   --bgcolor-resize-button-l: 36%;
+  --color-resize-button-hover: var(--color-reversal);
+  --bgcolor-resize-button-hover: #{hsl.lighten(var(--bgcolor-resize-button), 5%)};
 
   // Subnavigation
   --bgcolor-subnav: hsl(var(--bgcolor-subnav-hs),var(--bgcolor-subnav-l));

+ 2 - 0
packages/preset-themes/src/styles/wood.scss

@@ -114,6 +114,8 @@
   --bgcolor-resize-button: var(--themecolor);
   --bgcolor-resize-button-hs: var(--themecolor-hs);
   --bgcolor-resize-button-l: var(--themecolor-l);
+  --color-resize-button-hover: var(--color-reversal);
+  --bgcolor-resize-button-hover: #{hsl.lighten(var(--bgcolor-resize-button), 5%)};
 
   // Border colors
   --border-color-theme: #{$gray-300}; // former: `$navbar-border: $gray-300;`