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

Merge pull request #3555 from weseek/imprv/gw5463-link-color-and-update-button

Imprv/gw5463 link and comment button color
Yuki Takei 5 лет назад
Родитель
Сommit
2a34d7d7f2
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;
     }