diff --git a/flatfront/src/global.css b/flatfront/src/global.css index 68f7298..d6d14f8 100644 --- a/flatfront/src/global.css +++ b/flatfront/src/global.css @@ -63,10 +63,10 @@ --border: 0 0% 14.9%; --input: 0 0% 14.9%; --ring: 0 0% 83.1%; + } - svg.plot g[aria-label="tip"] { - fill: hsl(var(--background)); - } + .dark svg.plot g[aria-label="tip"] { + fill: hsl(var(--background)); } }