@@ -29,7 +29,7 @@ $extralight: #f7fafc !default;
// $purple: #7b00ce !default;
// $blue: #0d00c5 !default;
// $yellow: #cccf0e !default;
-$border: #f0f0f0 !default;
+// $border: #f0f0f0 !default;
// $megna: #00b5c2 !default;
/*Theme Colors*/
@@ -11,12 +11,6 @@
// Adjust to be on top of the growi subnavigation
z-index: $zindex-sticky + 5;
}
- div[class$='-Outer'] {
- div[class$='-Shadow'] {
- background: unset;
- border-right: 1px solid $border;
- }
.grw-global-item-container {
i {
@@ -1,6 +1,7 @@
//== GROWI Official Color
$growi-green: #74bc46;
$growi-blue: #175fa5;
+$border: #f0f0f0 !default;
$font-family-for-staff-credit: Lato, -apple-system, BlinkMacSystemFont, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif !default;
$font-family-monospace-not-strictly: Monaco, Menlo, Consolas, 'Courier New', MeiryoKe_Gothic, monospace;
@@ -127,6 +127,12 @@ $link-hover-color: $color-link-hover;
background-color: $bgcolor-sidebar-context;
+ div[class$='-Outer'] {
+ div[class$='-Shadow'] {
+ background: unset;
+ border-right: 1px solid $border;
+ }
/*
@@ -77,6 +77,7 @@ html[dark] {
$primary: #d65a31;
$basecolor: #222831;
+ $border: gray;
// Background colors
$bgcolor-global: $basecolor;