Ver Fonte

change percentages of three stranded button of Christmas theme

kaori-t há 5 anos atrás
pai
commit
3b6499d11f
1 ficheiros alterados com 1 adições e 1 exclusões
  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%));
     }
   }
 }