ksucpea / bettercanvas

Dark mode, better todo list, GPA calculator, and more for Canvas
MIT License
86 stars 23 forks source link

Dark Mode doesn't effect colours inside table cells #23

Closed sealldeveloper closed 1 year ago

sealldeveloper commented 1 year ago

Colours of the cells doesn't get adjusted by darkmode, while the text does. Some text also doesn't seem to invert?

With Dark Mode: image

Without: image

ksucpea commented 1 year ago

Not sure I can do anything about this since it's blue, do you know the css selectors for the table?

sealldeveloper commented 1 year ago

Table: border-collapse: collapse; width: 97.8968%; background-color: #c2e0f4; border-color: #000000; border-style: solid; margin-left: auto; margin-right: auto; height: 1965px; td: width: 5.79635%; background-color: #236fa1; text-align: center; height: 197px;

sealldeveloper commented 1 year ago

No real selectors...

ksucpea commented 1 year ago

Hmm, well in this case I would suggest turning dark mode off when this happens so you can see the text, not much I can do