Hacker News new | ask | show | jobs
by criswell 4125 days ago
Someone made a small mistake with linear-gradient. They have linear-gradient(top, #0143A3, #0273D4) instead of linear-gradient(to bottom, #0143A3, #0273D4).