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

+ 5 - 0
src/client/styles/scss/theme/spring.scss

@@ -94,6 +94,11 @@ html[dark] {
   @import 'apply-colors-light';
 
   //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 {
+    color: $accentcolor;
+    border-color: $accentcolor;
+  }
   .btn-group.grw-three-stranded-button {
     .btn.btn-outline-primary {
       @include three-stranded-button(darken($primary, 50%), lighten($primary, 5%), lighten($primary, 10%));