guppy icon indicating copy to clipboard operation
guppy copied to clipboard

changing the color doesnt effect the fraction bar

Open mgroth0 opened this issue 3 years ago • 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

mgroth0 avatar May 24 '21 00:05 mgroth0