ksucpea / bettercanvas

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

Modules turn white when hovered over with mouse (dark mode enabled) #38

Closed NintwnDude879 closed 8 months ago

NintwnDude879 commented 9 months ago

https://drive.google.com/file/d/1-dyCMRiEsQdhE0_6h93qv6Hs35-Oyh1G/view?usp=sharing

NintwnDude879 commented 9 months ago

If it helps at all, it seems like this color is contained in content_next-b97782a268.css (the numbers/letters could be random, I'm unsure), with ".context_module_item.context_module_item_hover"s background being set to a hex color. Code snippet (beautified cus it's all on one line otherwise):

.context_module_item.context_module_item_hover {
  background: #fff;
}
ksucpea commented 8 months ago

Thanks for pointing this out. I'll try fixing it and include it in the next update.