@@ -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%));