mirror of
https://codeberg.org/VnPower/PixivFE
synced 2024-12-06 19:16:23 +01:00
lower darken to 2.5%
This commit is contained in:
Vendored
+1
-1
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Vendored
+1
-1
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user