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

Sets background-color on navbar for visual differentiation #11

Closed xfbs closed 1 year ago

xfbs commented 1 year ago

This sets a background color of #eee on the navbar to visually differentiate it from the rest of the site.

Screenshot from 2023-03-10 23-30-40

xfbs commented 1 year ago

@Alphare what do you think of this change? Looking for a second opinion on it before I merge it.

Alphare commented 1 year ago

I'm not the best when it comes to color choices, but this looks good to me. Also, the contrast should still be good enough for accessibility, so merge away. :)