lower darken to 2.5%

This commit is contained in:
perennial
2024-10-08 15:32:43 +11:00
parent 1cf539157d
commit 35f270b0f6
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -12930,7 +12930,7 @@ textarea.form-control-lg {
}
}
.custom-btn-secondary:hover, .custom-btn-secondary-flex:hover, .custom-btn-secondary:focus, .custom-btn-secondary-flex:focus, .custom-btn-secondary:active, .custom-btn-secondary-flex:active {
background-color: #2d2d2d !important;
background-color: #343434 !important;
color: white;
}
+1 -1
View File
@@ -142,7 +142,7 @@ $utilities: map-merge(
&:hover,
&:focus,
&:active {
background-color: darken(map-get($custom-colors, charcoal-surface2), 5%) !important;
background-color: darken(map-get($custom-colors, charcoal-surface2), 2.5%) !important;
color: white; // Ensure text remains white on hover
}
}