From a43f72bdb77378af2c12e4ec25a7dd914c3dac74 Mon Sep 17 00:00:00 2001 From: Jonathan Miller Date: Thu, 16 Apr 2026 18:44:49 -0500 Subject: [PATCH] Set --alert-color to black across all theme files Co-Authored-By: Claude Opus 4.6 (1M context) --- src/media/css/theme/dark.custom.css | 2 +- src/media/css/theme/dark.standard.css | 2 +- src/media/css/theme/light.custom.css | 2 +- src/media/css/theme/light.standard.css | 2 +- src/templates/dark.custom.css | 2 +- src/templates/light.custom.css | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) 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;