summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/assets/stylesheets/bootstrap_migration.scss7
1 files changed, 6 insertions, 1 deletions
diff --git a/app/assets/stylesheets/bootstrap_migration.scss b/app/assets/stylesheets/bootstrap_migration.scss
index 8183664c352..5a79b51f34b 100644
--- a/app/assets/stylesheets/bootstrap_migration.scss
+++ b/app/assets/stylesheets/bootstrap_migration.scss
@@ -160,6 +160,11 @@ table {
}
}
+.alert-warning,
+.alert-warning .alert-link {
+ color: $white-light;
+}
+
// Polyfill deprecated selectors
.hidden {
@@ -271,4 +276,4 @@ pre code {
input[type=color].form-control {
height: $input-height;
-}
+} \ No newline at end of file