Skip to content

Commit

Permalink
remove nesting from dark tooltip rule
Browse files Browse the repository at this point in the history
  • Loading branch information
plmrry committed Feb 13, 2024
1 parent ec78b73 commit 8b06322
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions flatfront/src/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -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));
}
}

Expand Down

0 comments on commit 8b06322

Please sign in to comment.