From: Jérôme Benoit Date: Wed, 18 Mar 2026 23:27:55 +0000 (+0100) Subject: fix(ui): remove redundant text color selectors that override toast styles X-Git-Tag: ocpp-server@v3.2.0~48 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=18ac2ac7194804597f7763d9b58b3717be76665e;p=e-mobility-charging-stations-simulator.git fix(ui): remove redundant text color selectors that override toast styles The h1-h3/p/li selectors were unnecessary (body color is inherited) and caused vue-toast-notification text to appear grey instead of white. --- diff --git a/ui/web/src/assets/themes/tokyo-night-storm.css b/ui/web/src/assets/themes/tokyo-night-storm.css index 2bb633b2..6095f9e3 100644 --- a/ui/web/src/assets/themes/tokyo-night-storm.css +++ b/ui/web/src/assets/themes/tokyo-night-storm.css @@ -74,11 +74,3 @@ textarea:focus { a { color: var(--color-primary); } - -h1, -h2, -h3, -p, -li { - color: var(--color-text); -}