Skip to content

Commit

Permalink
Fix missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
hojberg committed Oct 31, 2024
1 parent 1ab43b6 commit a1b1e97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/css/ui/colors.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
--color-gray-lighten-100: #ffffff;

/* Pinks */
--color-pink-0: #E51022
--color-pink-0: #E51022;
--color-pink-0-25pct: rgba(229, 16, 34, 1, 0.25);
--color-pink-1: #ff4756;
--color-pink-1-25pct: rgba(255, 71, 86, 0.25);
Expand Down

0 comments on commit a1b1e97

Please sign in to comment.