Concrete.css
51–60 of 117 posts
Re: Concrete.css
#52Refreshingly simple, almost to the point of an aversion to other minimalist competitors like Milligram. I like it. As someone else said here, it brings my mind to an alternative web with browsers that had a better default and standardized stylesheet. Oh how I wish for this. Can't just Chrome, Firefox, Edge, Safari all just adopt this one? Setting up no-CSS sites would be a more sensible thing and we would have less n…
Re: Concrete.css
#53(Microsoft has attempted this in Metro, but quickly withdrew from this idea)
Re: Concrete.css
#54Re: Concrete.css
#551. Modify the base font-size to 62.5% so that 1.6rem = 16px. That is not a given as it depends on browser settings and it generally doesn't mix well with other CSS that might not make the same assumption.
I borrowed this from Milligram[0] because it seemed like a sane thing to do at the time. Would your recommendation be to not anything to the base font-size and adjust the REM sizes accordingly? [0] https://github.com/milligram/milligram/blob/d895f179623b56f3...
In relation to this since you're using rem for borders and progress bar height, it's all going to scale along with browser-defined font size. You might not want that, as people typically increase this setting to have just the text larger.
Re: Concrete.css
#56Oh wow, crazy to see my project on HN! Thank you soap-3 for submitting it :D I really appreciate all of your suggestions, I'll patch the issues up asap.
Please, please pretty please, can we stop with the automatic switching to dark mode if the system uses a dark theme? Chrome UI elements and webpages serve fundamentally different purposes, and have wildly different readability needs! At a minimum, please provide a way to switch between mode so that we can have some design granularity back. Thanks!
Your browser should offer you a setting to choose whether you prefer dark webpages or not (SEPARATELY from the browser theme). Not sure if Chrome currently does but if this annoys you, it would be worth looking for.
Re: Concrete.css
#57water.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
#58Not 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.
Agreed. One thing that a lot of people miss when attempting to comply with WCAG contrast guidelines is that disabled controls are specifically exempt. With good reason, IMO — too much contrast and it’s not clear that an element is disabled.
If you let a designer put grey on grey once, they’ll do it 10,000,000 times.