oxidecomputer / rfd-site

Web frontend for browsing, searching, and reading RFDs
https://rfd.shared.oxide.computer
Mozilla Public License 2.0
87 stars 4 forks source link

Light mode scroll bar hard to see #37

Open andrewjstone opened 1 year ago

andrewjstone commented 1 year ago

Can we make the contrast a little greater between the background and the scroll bar?

david-crespo commented 1 year ago

What browser and OS are you on? Scroll bar appearance is system-dependent. Can you post a screenshot?

andrewjstone commented 1 year ago

I'm on Chrome on a Mac. It's hard to take a screenshot because the bar disappears when I stop using it.

benjaminleonard commented 1 year ago

It's likely a quirk of the method we're using to create the light mode. Since we don't yet have proper light mode styles it's hacked together with an invert filter. I'll check if there's a way to improve this by styling the scroll pseudo element, since we are some way off having a light mode palette.

andrewjstone commented 1 year ago

It's likely a quirk of the method we're using to create the light mode. Since we don't yet have proper light mode styles it's hacked together with an invert filter. I'll check if there's a way to improve this by styling the scroll pseudo element, since we are some way off having a light mode palette.

Thanks Ben. This isn't urgent by any means.