2
0
kaori-t 5 жил өмнө
parent
commit
34384f8d4e

+ 1 - 0
src/client/styles/scss/_mixins.scss

@@ -230,6 +230,7 @@
   border-color: $borderColor;
   &:hover,
   &:active {
+    color: $textColor;
     background-color: $bgHoverColor;
     border-color: $borderColor;
   }

+ 7 - 0
src/client/styles/scss/theme/mono-blue.scss

@@ -195,4 +195,11 @@ html[dark] {
   .table {
     color: white;
   }
+
+  // Button
+  .grw-three-stranded-button {
+    .btn.btn-outline-primary {
+      @include three-stranded-button(lighten($primary, 30%), $primary, darken($primary, 10%), darken($primary, 20%));
+    }
+  }
 }