diff --git a/src/pages/icons.html b/src/pages/icons.html
index 15b64b149..82fea5c73 100644
--- a/src/pages/icons.html
+++ b/src/pages/icons.html
@@ -16,6 +16,10 @@ menu: base.icons
{% endif %}
{% endfor %}
+
+ All icons come from the Tabler Icons set and are MIT-licensed. Visit
tabler-icons.io, download the icons you need in SVG, PNG or React and use them in your favourite design tools.
+
+
{% include cards/icons.html title="Tabler icons" icons=icons-core %}
diff --git a/src/scss/ui/_alerts.scss b/src/scss/ui/_alerts.scss
index b0c8d79e9..a538aac99 100644
--- a/src/scss/ui/_alerts.scss
+++ b/src/scss/ui/_alerts.scss
@@ -1,5 +1,6 @@
.alert {
--#{$variable-prefix}alert-color: #{$text-muted};
+ background: $white;
border: $alert-border-width solid $alert-border-color;
border-left: .25rem solid var(--#{$variable-prefix}alert-color);
box-shadow: $alert-shadow;