@@ -17,7 +17,7 @@ body {
html {
position: relative;
min-height: 100%;
- background: $white;
+ // background: $white;
}
h1, h2, h3, h4, h5, h6 {
color: $headingtext;
@@ -7,12 +7,16 @@
$basefont1: Lato, -apple-system, BlinkMacSystemFont, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
$basefont2: Lato, -apple-system, BlinkMacSystemFont, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
+/* GROWI Color */
+$growi-green: #74bc46;
+$growi-blue: #175fa5;
+
/*bootstrap Color*/
$danger: #ff0a54;
$success: #00bb83;
$warning: #ffa32b;
-$primary: #2c5ca9;
+$primary: $growi-blue;
$info: #009fbb;
$muted: #98a6ad;
$dark: #3e4d6c;