]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/commitdiff
fix(ui): remove redundant text color selectors that override toast styles
authorJérôme Benoit <jerome.benoit@sap.com>
Wed, 18 Mar 2026 23:27:55 +0000 (00:27 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Wed, 18 Mar 2026 23:27:55 +0000 (00:27 +0100)
The h1-h3/p/li selectors were unnecessary (body color is inherited)
and caused vue-toast-notification text to appear grey instead of white.

ui/web/src/assets/themes/tokyo-night-storm.css

index 2bb633b2fe619c6fa564ee5cf6aeec1744bc9129..6095f9e395582d5730f71bb63c0b0c82da60ebc7 100644 (file)
@@ -74,11 +74,3 @@ textarea:focus {
 a {
   color: var(--color-primary);
 }
-
-h1,
-h2,
-h3,
-p,
-li {
-  color: var(--color-text);
-}