Browse Source

Merge pull request #1639 from weseek/fix/hover-of-spring-theme

changed the color of hover
Yuki Takei 6 years ago
parent
commit
021ae0fa6c
1 changed files with 2 additions and 8 deletions
  1. 2 8
      src/client/styles/agile-admin/inverse/colors/spring.scss

+ 2 - 8
src/client/styles/agile-admin/inverse/colors/spring.scss

@@ -11,7 +11,6 @@ $bodycolor: $sidebar;
 $headingtext: $subthemecolor;
 $headingtext: $subthemecolor;
 $bodytext: #333333;
 $bodytext: #333333;
 $linktext: $subthemecolor;
 $linktext: $subthemecolor;
-$linkcolor: burlywood;
 $linktext-hover: lighten($linktext, 20%);
 $linktext-hover: lighten($linktext, 20%);
 $sidebar-text: #38495a;
 $sidebar-text: #38495a;
 $accentcolor: #e08dbc;
 $accentcolor: #e08dbc;
@@ -21,10 +20,9 @@ $background-color: rgba(171, 224, 174, 0.4);
 $third-main-color: antiquewhite;
 $third-main-color: antiquewhite;
 $textcolor: dimgray;
 $textcolor: dimgray;
 $primary: $themecolor;
 $primary: $themecolor;
-
 $logo-mark-fill: lighten(desaturate($topbar, 10%), 15%);
 $logo-mark-fill: lighten(desaturate($topbar, 10%), 15%);
-$wikilinktext: lighten($themecolor, 20%);
-$wikilinktext-hover: lighten($wikilinktext, 20%);
+$wikilinktext: $subthemecolor;
+$wikilinktext-hover: gba(171, 224, 174, 0.9);
 
 
 @import 'apply-colors';
 @import 'apply-colors';
 @import 'apply-colors-light';
 @import 'apply-colors-light';
@@ -199,10 +197,6 @@ input .btn-secondary {
   color: $subthemecolor;
   color: $subthemecolor;
 }
 }
 
 
-.wiki a {
-  color: $linkcolor;
-}
-
 /*
 /*
  *  panel
  *  panel
  */
  */