Update Prism colors.

This commit is contained in:
Leo
2025-01-23 16:48:16 -06:00
parent a61f3240f9
commit 5f016faf16

View File

@@ -7,11 +7,11 @@
--prism-bg: hsl(220, 15%, 20%);
--prism-gray: hsl(210, 30%, 65%);
--prism-red: hsl(0, 100%, 80%);
--prism-orange: hsl(25, 100%, 70%);
--prism-orange: hsl(30, 100%, 72%);
--prism-yellow: hsl(50, 100%, 70%);
--prism-green: hsl(100, 80%, 80%);
--prism-cyan: hsl(190, 100%, 80%);
--prism-blue: hsl(230, 100%, 80%);
--prism-blue: hsl(220, 100%, 85%);
--prism-purple: hsl(275, 100%, 80%);
}