xfbs / diff.rs

Web application to render a diff between Rust crate versions. Implemented in Yew, runs fully in the browser as WebAssembly.
https://diff.rs
MIT License
86 stars 6 forks source link

Unable to read version numbers when dark colorscheme is used #20

Closed jamessan closed 5 months ago

jamessan commented 5 months ago

Dark theme:

navbar-dark

Light theme:

navbar-light

xfbs commented 5 months ago

Hey @jamessan, I just fixed this in the latest master. Had played around with tailwind and not realized that some of the components still use yewprint, which is not really dark-mode aware. Should be fixed now, and I think it looks a little better than before.

In the next step, I'll tackle migrating the code area to use tailwind as well, but that is a bit of a larger refactoring, so it'll likely take a bit longer.