@@ -230,6 +230,7 @@
border-color: $borderColor;
&:hover,
&:active {
+ color: $textColor;
background-color: $bgHoverColor;
}
@@ -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%));
+ }