Live data from Hacker News

Concrete.css

concrete.style

91–100 of 117 posts

Re: Concrete.css

#91
post #64

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.

Agree, that depends on your vision of minimalism and stuff.

Re: Concrete.css

#92
post #4

Not 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

Agreed, maybe even just invert it to white-on-black on hover.

Re: Concrete.css

#93

water.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/

Pico with bootstrap's grid system would be a dream.

Re: Concrete.css

#96
post #79
post #66

Earlier 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...

I have astigmatism and dark mode is hard to read.

Black text on white background all day.

Re: Concrete.css

#97
post #93

Earlier quoted context omitted.

I love Pico and wanted to point out there's very active development for a soon to be released v2: https://v2.picocss.com/

Pico with bootstrap's grid system would be a dream.

You don't need a grid system now that CSS Grid exists.

Re: Concrete.css

#99
post #93

Earlier 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.

The responsiveness of bootstrap's grid is something that css doesn't have. With a few classes I can make the same site for mobile and ultra wide screen.

Re: Concrete.css

#100
It looks fine, and I guess it's going for a theme, but I actively disagree with removing the color from links. Making a link and underlined text completely indistinguishable is a bad idea for usability. That alone makes this something I would never drop-in to a simple site.
Post reply on HN