mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-07-05 04:27:37 +02:00
make css color important
This commit is contained in:
@@ -139,7 +139,7 @@ $danger-25: scale-color($danger, $lightness: 75%);
|
||||
|
||||
// readability issues with original color
|
||||
.has-text-warning {
|
||||
color: #FFB600;
|
||||
color: #FFB600 !important;
|
||||
}
|
||||
|
||||
// border and background colors
|
||||
|
||||
Reference in New Issue
Block a user