Concrete.css
71–80 of 117 posts
Re: Concrete.css
#72Earlier quoted context omitted.
re: Project Gemini - Gemini in 100 words Reading that reminds us how far we have *not* come. We were promised jetpacks, and instead we got the internet. A pro-distraction, privacy violating, social fabric tearing, power tool. More Big Brother, less prophet / savior.
My honest hot take is that we made computers too easy to use. I appreciate how liberating computers and the internet can be for a lot of people but it has been far too easy to implement dark control through them.
Sure, if I don’t do it “somebody else would”, but I wonder if that mentality has taken us here
Re: Concrete.css
#73water.css[0] and pico.css[1] are some of my favorite classless css libraries. There's a full list of them here: https://github.com/dbohdan/classless-css [0]: https://watercss.kognise.dev/ [1]: https://picocss.com/
Re: Concrete.css
#74So this is the way you're supposed to use it? Is this accessible? GitHub npm CDN
Re: Concrete.css
#75Earlier quoted context omitted.
That is sadly not the case. I disable dark reader for all sites supporting darkmode because it always changes them.
Are you using the dark mode detection feature?
Re: Concrete.css
#76As it is often said in various designer forums, please avoid pure white (#FFFFFF) on black (here #111111), as it makes the text glow for the human eyes (therefore making it unreadable for long text). Instead, try to lower a bit the contrast on the text color. Also, the dispositions for the buttons at the beginning (GitHub, NPM, ...) are not adjusted correctly for keyboard navigation (each button requires two tabs). A…
And totally agree with black text on white.
Re: Concrete.css
#77water.css[0] and pico.css[1] are some of my favorite classless css libraries. There's a full list of them here: https://github.com/dbohdan/classless-css [0]: https://watercss.kognise.dev/ [1]: https://picocss.com/
Re: Concrete.css
#78Re: Concrete.css
#79As it is often said in various designer forums, please avoid pure white (#FFFFFF) on black (here #111111), as it makes the text glow for the human eyes (therefore making it unreadable for long text). Instead, try to lower a bit the contrast on the text color. Also, the dispositions for the buttons at the beginning (GitHub, NPM, ...) are not adjusted correctly for keyboard navigation (each button requires two tabs). A…
This really depends on the user's display and the viewing conditions. Someone with a TN LCD or even an OLED in bright light would likely prefer the "high contrast" #FFF on #000.
https://medium.com/@h_locke/why-dark-mode-causes-more-access...
Re: Concrete.css
#80water.css[0] and pico.css[1] are some of my favorite classless css libraries. There's a full list of them here: https://github.com/dbohdan/classless-css [0]: https://watercss.kognise.dev/ [1]: https://picocss.com/
I love the bookmarklet from water.css, it allows you to turn lots of websites into something more readable.