Skip to content

Commit d24f6cb

Browse files
committed
Introduce black w/ alpha colors
1 parent 6f43d4f commit d24f6cb

File tree

7 files changed

+1364
-4
lines changed

7 files changed

+1364
-4
lines changed

defaultConfig.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,16 @@ var colors = {
5656
'grey-lightest': '#fafcfc',
5757
'white': '#ffffff',
5858

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+
5969
'red-darkest': '#420806',
6070
'red-darker': '#6a1b19',
6171
'red-dark': '#cc1f1a',

0 commit comments

Comments
 (0)