fix: recolour original theme to a red field with white text

Switch the original theme to a red background with white message text, with
navy buttons, evoking the red B07/B99 stock. Red/white/blue are all retained.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Emma Thorpe
2026-06-12 11:24:30 +01:00
parent 1a0ffead5a
commit 301120c174
+6 -6
View File
@@ -21,14 +21,14 @@
/* Original DLR — 1987 red, white and blue */ /* Original DLR — 1987 red, white and blue */
[data-theme="original"] { [data-theme="original"] {
--bg: #f5f0e1; --bg: #c8102e;
--surface: #002b5c; --surface: #002b5c;
--text: #002b5c; --text: #f5f0e1;
--message: #002b5c; --message: #f5f0e1;
--button-bg: #c8102e; --button-bg: #002b5c;
--button-text: #f5f0e1; --button-text: #f5f0e1;
--button-active-bg: #002b5c; --button-active-bg: #f5f0e1;
--button-active-text: #f5f0e1; --button-active-text: #002b5c;
} }
* { * {