3
52cal
4y

.light, .dark {
background-color: white;
}

I wish this was as bad as it got, the styling of this app is all over the place, but I can understand how it got this way. The app is very large and old, multiple people work/ have worked on it and add to it—not worrying about cleaning up after themselves.

Comments
  • 1
    Wait, there's more, just found this one as well:

    .dark, .transparent {
    background-color: $transparent;
    }
  • 3
    ah, it's always great to see the abuse of "general" CSS classes ❤️
  • 0
    This makes sense when used inside css modules for a body background.
    That way your body remains the same colour in both modes, only transparent to use the system dark color background.
Add Comment