daniel3735928559/guppy

changing the color doesnt effect the fraction bar

Opened this issue · 0 comments

I inverted my colors:

.guppy_active {
      background-color: black;
      color: cyan;
  }

  .guppy_inactive {
      background-color: black;
      color:cyan;
  }

It mostly works but the fraction bar stayed black:

(ignore the yellow border, which is unrelated)
Screen Shot 2021-05-23 at 8 18 26 PM