As 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…
Tufte is really nice but requires a custom font, which IMO is no longer minimal. And totally agree with black text on white.
Concrete.css
91–100 of 117 posts
Re: Concrete.css
#92Not sure I would make the "disabled" buttons stand out more brightly than a regular button. In fact I would swap the colors of those buttons, or maybe make the disabled button greyed out.
The buttons also need a hover/focus state, easy win for accessibility there
Re: Concrete.css
#93water.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 Pico and wanted to point out there's very active development for a soon to be released v2: https://v2.picocss.com/
Re: Concrete.css
#94Re: Concrete.css
#95Re: Concrete.css
#96Earlier quoted context omitted.
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.
It's also an accessibility issue. People with astigmatism might have a hard time with bright text over dark background. https://medium.com/@h_locke/why-dark-mode-causes-more-access...
Black text on white background all day.
Re: Concrete.css
#97Re: Concrete.css
#98[0]: www.slackware.com
Re: Concrete.css
#99Earlier quoted context omitted.
Pico with bootstrap's grid system would be a dream.
You don't need a grid system now that CSS Grid exists.