Explorar el Código

modified antarctic button

白石誠 hace 5 años
padre
commit
125b0bd068
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/client/styles/scss/theme/antarctic.scss

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

@@ -115,7 +115,7 @@ html[dark] {
   //Button
   .grw-three-stranded-button {
     .btn.btn-outline-primary {
-      @include three-stranded-button(darken($primary, 30%), lighten($primary, 65%), lighten($primary, 70%));
+      @include three-stranded-button(darken($primary, 10%), lighten($primary, 55%), lighten($primary, 60%));
     }
   }