diff --git a/src/media/css/theme/dark.custom.css b/src/media/css/theme/dark.custom.css index b04fd7e..dca2902 100644 --- a/src/media/css/theme/dark.custom.css +++ b/src/media/css/theme/dark.custom.css @@ -653,7 +653,7 @@ color-scheme: dark; --alert-padding-x: 1rem; --alert-padding-y: 1rem; --alert-margin-bottom: 1rem; ---alert-color: inherit; +--alert-color: #000; --alert-border-color: transparent; --alert-border: 1px solid var(--alert-border-color); --alert-border-radius: 0.25rem; diff --git a/src/media/css/theme/dark.standard.css b/src/media/css/theme/dark.standard.css index 8f2a82d..89af7d7 100644 --- a/src/media/css/theme/dark.standard.css +++ b/src/media/css/theme/dark.standard.css @@ -653,7 +653,7 @@ color-scheme: dark; --alert-padding-x: 1rem; --alert-padding-y: 1rem; --alert-margin-bottom: 1rem; ---alert-color: inherit; +--alert-color: #000; --alert-border-color: transparent; --alert-border: 1px solid var(--alert-border-color); --alert-border-radius: 0.25rem; diff --git a/src/media/css/theme/light.custom.css b/src/media/css/theme/light.custom.css index a99b9db..c5f7dd3 100644 --- a/src/media/css/theme/light.custom.css +++ b/src/media/css/theme/light.custom.css @@ -652,7 +652,7 @@ color-scheme: light; --alert-padding-x: 1rem; --alert-padding-y: 1rem; --alert-margin-bottom: 1rem; ---alert-color: inherit; +--alert-color: #000; --alert-border-color: transparent; --alert-border: 1px solid var(--alert-border-color); --alert-border-radius: 0.25rem; diff --git a/src/media/css/theme/light.standard.css b/src/media/css/theme/light.standard.css index 07a74c2..f886ebe 100644 --- a/src/media/css/theme/light.standard.css +++ b/src/media/css/theme/light.standard.css @@ -652,7 +652,7 @@ color-scheme: light; --alert-padding-x: 1rem; --alert-padding-y: 1rem; --alert-margin-bottom: 1rem; ---alert-color: inherit; +--alert-color: #000; --alert-border-color: transparent; --alert-border: 1px solid var(--alert-border-color); --alert-border-radius: 0.25rem; diff --git a/src/templates/dark.custom.css b/src/templates/dark.custom.css index 689bfda..23b1fcb 100644 --- a/src/templates/dark.custom.css +++ b/src/templates/dark.custom.css @@ -649,7 +649,7 @@ color-scheme: dark; --alert-padding-x: 1rem; --alert-padding-y: 1rem; --alert-margin-bottom: 1rem; ---alert-color: inherit; +--alert-color: #000; --alert-border-color: transparent; --alert-border: 1px solid var(--alert-border-color); --alert-border-radius: 0.25rem; diff --git a/src/templates/light.custom.css b/src/templates/light.custom.css index d4b6d60..b7be5a7 100644 --- a/src/templates/light.custom.css +++ b/src/templates/light.custom.css @@ -648,7 +648,7 @@ color-scheme: light; --alert-padding-x: 1rem; --alert-padding-y: 1rem; --alert-margin-bottom: 1rem; ---alert-color: inherit; +--alert-color: #000; --alert-border-color: transparent; --alert-border: 1px solid var(--alert-border-color); --alert-border-radius: 0.25rem;