We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c7dd0b commit 938436bCopy full SHA for 938436b
src/css/ui/colors.css
@@ -12,6 +12,7 @@
12
--color-gray-0-20pct: rgba(24, 24, 28, 0.2);
13
--color-gray-0-50pct: rgba(24, 24, 28, 0.5);
14
--color-gray-1-transparent: rgba(45, 46, 53, 0);
15
+ --color-gray-1-20pct: rgba(45, 46, 53, 0.2);
16
--color-gray-2-transparent: rgba(65, 66, 75, 0);
17
--color-gray-11-50pct: rgba(255, 255, 255, 0.5);
18
--color-gray-10-50pct: rgba(250, 250, 251, 0.5);
0 commit comments