|
@@ -17,7 +17,6 @@
|
|
|
// add background-image
|
|
// add background-image
|
|
|
#page-wrapper,
|
|
#page-wrapper,
|
|
|
.page-editor-preview-container {
|
|
.page-editor-preview-container {
|
|
|
- // background-image: url('/images/themes/spring/spring02.svg');
|
|
|
|
|
background-attachment: fixed;
|
|
background-attachment: fixed;
|
|
|
background-position: center center;
|
|
background-position: center center;
|
|
|
background-size: cover;
|
|
background-size: cover;
|
|
@@ -26,20 +25,14 @@
|
|
|
|
|
|
|
|
.growi.login-page {
|
|
.growi.login-page {
|
|
|
#page-wrapper {
|
|
#page-wrapper {
|
|
|
- // background-image: url('/images/themes/spring/spring.svg');
|
|
|
|
|
background-attachment: fixed;
|
|
background-attachment: fixed;
|
|
|
background-position: center center;
|
|
background-position: center center;
|
|
|
background-size: cover;
|
|
background-size: cover;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-$themecolor: #460039;
|
|
|
|
|
|
|
+$themecolor: #118050;
|
|
|
$themelight: #fefffd;
|
|
$themelight: #fefffd;
|
|
|
-$accentcolor: #e08dbc;
|
|
|
|
|
-
|
|
|
|
|
-.grw-navbar {
|
|
|
|
|
- border-bottom: $accentcolor 4px solid;
|
|
|
|
|
-}
|
|
|
|
|
|
|
|
|
|
//== Light Mode
|
|
//== Light Mode
|
|
|
//
|
|
//
|
|
@@ -62,11 +55,6 @@ html[dark] {
|
|
|
$color-link-wiki: lighten($bgcolor-theme, 20%);
|
|
$color-link-wiki: lighten($bgcolor-theme, 20%);
|
|
|
$color-link-wiki-hover: lighten($color-link-wiki, 20%);
|
|
$color-link-wiki-hover: lighten($color-link-wiki, 20%);
|
|
|
|
|
|
|
|
- // @import 'apply-colors';
|
|
|
|
|
- // @import 'apply-colors-light';
|
|
|
|
|
- /////////////////////////////////////// ////////
|
|
|
|
|
- // $primary: $themecolor;
|
|
|
|
|
-
|
|
|
|
|
// Background colors
|
|
// Background colors
|
|
|
$bgcolor-global: $themelight;
|
|
$bgcolor-global: $themelight;
|
|
|
$bgcolor-navbar: $themecolor;
|
|
$bgcolor-navbar: $themecolor;
|
|
@@ -98,7 +86,7 @@ html[dark] {
|
|
|
$color-editor-icons: $color-global;
|
|
$color-editor-icons: $color-global;
|
|
|
|
|
|
|
|
// Border colors
|
|
// Border colors
|
|
|
- $border-color-theme: #ccc; // former: `$navbar-border: #ccc;`
|
|
|
|
|
|
|
+ $border-color-theme: #ccc;
|
|
|
|
|
|
|
|
// Dropdown colors
|
|
// Dropdown colors
|
|
|
$bgcolor-dropdown-link-active: $growi-blue;
|
|
$bgcolor-dropdown-link-active: $growi-blue;
|