Comment by lewiscollard
2 days ago
> What about the alternating green bars?
body {
background-image: linear-gradient(to bottom, white 0%, white 1em, #7cb8a6 1em, #7cb8a6 calc(1em + 1px), #dbfcf5 calc(1em + 1px), #dbfcf5 calc(2em + 1px), #7cb8a6 calc(2em + 1px), #7cb8a6 calc(2em + 2px));
background-size: 100% calc(2em + 2px);
}
adjust colours to taste :) extra credit if you implement dark mode!
No comments yet
Contribute on Hacker News ↗