Browse Source

changed color

kaoritokashiki 6 years ago
parent
commit
2c05fbc52a
1 changed files with 26 additions and 5 deletions
  1. 26 5
      src/client/styles/agile-admin/inverse/colors/spring.scss

+ 26 - 5
src/client/styles/agile-admin/inverse/colors/spring.scss

@@ -17,7 +17,8 @@ $accentcolor: #e08dbc;
 $accentlight: rgba(224, 141, 188, 0.2);
 $accentdark: rgba(224, 141, 188, 0.5);
 $background-color: rgba(171, 224, 174, 0.4);
-
+$third-main-color: antiquewhite;
+$textcolor: dimgray;
 $primary: $themecolor;
 
 $logo-mark-fill: lighten(desaturate($topbar, 10%), 15%);
@@ -41,6 +42,14 @@ $wikilinktext-hover: lighten($wikilinktext, 20%);
   background: $themelight;
 }
 
+/*
+ * user's page
+ */
+
+.growi .main .page-comments-row {
+  border-top-color: $third-main-color;
+}
+
 /*
  * Accentcolor (green)
  */
@@ -171,10 +180,22 @@ input .btn-secondary {
 
 .help-block {
   padding: 5px;
-  background-color: $background-color;
+  color: $textcolor;
+  background-color: $accentlight;
+.panel-primary a {
+  color: $subthemecolor;
+}
+
+/*
+ *  panel
+ */
+
+.panel-timeline > .panel-heading {
+  background-color: $third-main-color;
+}
+
+.panel-default > .panel-heading {
+  background-color: $third-main-color;
 }
 
-.admin-page #themeOptions .theme-option-container.active a {
-  background-color: $themelight;
-  border-color: $headingtext;
 }