vitalik.eth
7mo
CSS on my blog reduced from 5875 lines to 233 lines.
vitalik.eth.limo/css/main.css
Today is a great day for simplification.
All software (incl law) should do this more.
23
30
232
Nice.
BTW, not sure how you're generating your HTML, but you have some spurious anchor tags in your text:
0
0
0
Love to see it!
You can do even better though – use `light-dark()` to define both light and dark variants of each CSS color variable at once, then have your JavaScript toggle set `color-scheme` to `dark` or `light` on the `<html>` element.
1
0
6
Simplification always leads to better efficiency. This should be the standard in software and even law. Less is more!
0
0
0


