summaryrefslogtreecommitdiff
path: root/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/mixins/_alerts.scss
diff options
context:
space:
mode:
Diffstat (limited to 'xstatic/pkg/bootstrap_scss/data/scss/bootstrap/mixins/_alerts.scss')
-rw-r--r--xstatic/pkg/bootstrap_scss/data/scss/bootstrap/mixins/_alerts.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/mixins/_alerts.scss b/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/mixins/_alerts.scss
index 3faf0b5..b1e6df9 100644
--- a/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/mixins/_alerts.scss
+++ b/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/mixins/_alerts.scss
@@ -1,13 +1,14 @@
// Alerts
@mixin alert-variant($background, $border, $text-color) {
+ color: $text-color;
background-color: $background;
border-color: $border;
- color: $text-color;
hr {
border-top-color: darken($border, 5%);
}
+
.alert-link {
color: darken($text-color, 10%);
}