Просмотр исходного кода

Merge pull request #3556 from weseek/feat/spring-theme

Feat/spring theme
Kaori Tokashiki 5 лет назад
Родитель
Сommit
cbd23de7a2
1 измененных файлов с 1 добавлено и 3 удалено
  1. 1 3
      src/client/styles/scss/theme/spring.scss

+ 1 - 3
src/client/styles/scss/theme/spring.scss

@@ -97,7 +97,7 @@ html[dark] {
   //Button
   // Outline buttons are applyed the accent color to this spring theme cuz the primary is too light and it looks like unable to click them.
   .btn.btn-outline-primary {
-    @include button-outline-variant($accentcolor, $accentcolor, lighten($accentcolor, 20%), $accentcolor);
+    @include btn-page-editor-mode-manager(darken($primary, 50%), darken($primary, 50%), lighten($primary, 10%));
   }
   .btn-group.grw-page-editor-mode-manager {
     .btn.btn-outline-primary {
@@ -150,8 +150,6 @@ html[dark] {
 
   h1,
   h2 {
-    color: $subthemecolor;
-
     svg {
       fill: $subthemecolor;
     }