diff --git a/assets/styles/styles.scss b/assets/styles/styles.scss index 032433c0..348766a1 100644 --- a/assets/styles/styles.scss +++ b/assets/styles/styles.scss @@ -120,3 +120,19 @@ input[type="search"]::-webkit-search-cancel-button { .nav-tabs { --bs-nav-tabs-border-radius: 0.25rem; } + +[data-bs-theme="light"] .alert-danger i.modus-icons { + color: var(--bs-danger); +} + +[data-bs-theme="light"] .alert-primary i.modus-icons { + color: var(--bs-primary); +} + +[data-bs-theme="light"] .alert-success i.modus-icons { + color: var(--bs-success); +} + +[data-bs-theme="light"] .alert-warning i.modus-icons { + color: var(--bs-warning); +} diff --git a/content/components/web/alerts/_index.md b/content/components/web/alerts/_index.md index 00347b29..d9a8538f 100644 --- a/content/components/web/alerts/_index.md +++ b/content/components/web/alerts/_index.md @@ -32,14 +32,16 @@ Alerts display in direct response to a user action (e.g. clicking the Submit but
-