@@ -182,4 +182,11 @@ html[dark] {
.grw-navbar {
background-image: url('/images/themes/christmas/christmas-navbar.jpg');
}
+
+ // Button
+ .grw-three-stranded-button {
+ .btn.btn-outline-primary {
+ @include three-stranded-button(darken($subthemecolor, 15%), lighten($subthemecolor, 35%), lighten($subthemecolor, 45%));
+ }
@@ -108,4 +108,11 @@ html[dark] {
+ @include three-stranded-button(darken($primary, 50%), lighten($primary, 5%), darken($primary, 5%));
@@ -110,4 +110,11 @@ html[dark] {
color: $color-link-hover !important;
+ @include three-stranded-button($bgcolor-navbar, lighten($bgcolor-navbar, 65%), lighten($bgcolor-navbar, 70%));
@@ -160,4 +160,11 @@ html[dark] {
border-color: #aaa !important;
+ @include three-stranded-button(darken($primary, 30%), lighten($primary, 15%), lighten($primary, 25%));