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

change percentages of three stranded button of Christmas theme

kaori-t 5 лет назад
Родитель
Сommit
3b6499d11f
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/client/styles/scss/theme/christmas.scss

+ 1 - 1
src/client/styles/scss/theme/christmas.scss

@@ -186,7 +186,7 @@ html[dark] {
   // Button
   .grw-three-stranded-button {
     .btn.btn-outline-primary {
-      @include three-stranded-button(darken($subthemecolor, 15%), lighten($subthemecolor, 15%), lighten($subthemecolor, 25%));
+      @include three-stranded-button(darken($subthemecolor, 15%), lighten($subthemecolor, 35%), lighten($subthemecolor, 45%));
     }
   }
 }