From 12be699326a384574756008df402cb1e5906dd9e Mon Sep 17 00:00:00 2001 From: Emile Clark-Boman Date: Thu, 5 Feb 2026 00:32:57 +1000 Subject: [PATCH] clean themes/core.css --- www/css/themes/core.css | 40 +++++++++++----------------------------- 1 file changed, 11 insertions(+), 29 deletions(-) diff --git a/www/css/themes/core.css b/www/css/themes/core.css index 2c30107..e8af746 100644 --- a/www/css/themes/core.css +++ b/www/css/themes/core.css @@ -1,32 +1,14 @@ -.theme-base { - color: var(--theme-base); -} +.theme-base { color: var(--theme-base); } +.theme-bg { color: var(--theme-bg); } +.theme-text { color: var(--theme-text); } +.theme-link { color: var(--theme-link); } -.theme-bg { - color: var(--theme-bg); -} +.theme-icon { color: var(--theme-icon); } +.theme-icon-off { color: var(--theme-icon-off); } -.theme-text { - color: var(--theme-text); -} - -.theme-tty-prompt { - color: var(--theme-tty-prompt); -} - -.theme-tty-command { - color: var(--theme-tty-command); -} - -.theme-tty-output { - color: var(--theme-tty-output); -} - -.theme-tty-warning { - color: var(--theme-tty-warning); -} - -.theme-tty-error { - color: var(--theme-tty-error); -} +.theme-tty-prompt { color: var(--theme-tty-prompt); } +.theme-tty-command { color: var(--theme-tty-command); } +.theme-tty-output { color: var(--theme-tty-output); } +.theme-tty-warning { color: var(--theme-tty-warning); } +.theme-tty-error { color: var(--theme-tty-error); }