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 6f43d4f commit d24f6cbCopy full SHA for d24f6cb
defaultConfig.js
@@ -56,6 +56,16 @@ var colors = {
56
'grey-lightest': '#fafcfc',
57
'white': '#ffffff',
58
59
+ 'black-10': 'rgba(0, 0, 0, 0.1)',
60
+ 'black-20': 'rgba(0, 0, 0, 0.2)',
61
+ 'black-30': 'rgba(0, 0, 0, 0.3)',
62
+ 'black-40': 'rgba(0, 0, 0, 0.4)',
63
+ 'black-50': 'rgba(0, 0, 0, 0.5)',
64
+ 'black-60': 'rgba(0, 0, 0, 0.6)',
65
+ 'black-70': 'rgba(0, 0, 0, 0.7)',
66
+ 'black-80': 'rgba(0, 0, 0, 0.8)',
67
+ 'black-90': 'rgba(0, 0, 0, 0.9)',
68
+
69
'red-darkest': '#420806',
70
'red-darker': '#6a1b19',
71
'red-dark': '#cc1f1a',
0 commit comments