Hacker News new | ask | show | jobs
by runarberg 1917 days ago
And if you use a CSS pre-processor or—better yet—CSS custom properties you get your descriptive color anyway:

    --text-color: cornsilk;
    --background-color: peru;