Closed forivall closed 3 years ago
Nice catch!
Root variables would definitely be the prefered way to override if possible since github adopted it "recently", it just makes the theme a bit easier to maintain :P This would also mean we should be removing class name overrides where appropriate, eventually remove a lot of redundent noise :)
Some devtools/css stuff (with js execution paused by pressing f8, so the tooltip stays there):
what tool do you use to pause? this is super handy
The tool to pause is just chrome devtools - just make sure you have the "sources" tab open, and then in the browser, while hovering, hit f8 (im on a mac with an external PC keyboard (which has the fn keys), it should work the same way on windows & linux)
Changes
Not sure if this is the right change. Alternative would be to change the CSS variable
--color-text-danger
, or changing the selector to.closed.octicon:not(.color-text-secondary)
Screenshots or Gifs
Not dark:
Before:
After:
Some devtools/css stuff (with js execution paused by pressing f8, so the tooltip stays there):