Use theme colors for contact bar items and headline underlines
This commit is contained in:
+1
-5
@@ -49,10 +49,6 @@ module.exports = {
|
||||
fontSize: {
|
||||
'xs': '.8rem',
|
||||
},
|
||||
opacity: {
|
||||
'55': '.55',
|
||||
'85': '.85',
|
||||
},
|
||||
colors: {
|
||||
concept: {
|
||||
DEFAULT: '#0173A5',
|
||||
@@ -102,7 +98,7 @@ module.exports = {
|
||||
},
|
||||
},
|
||||
opacity: {
|
||||
'55': 0.5,
|
||||
'55': 0.55,
|
||||
'85': 0.85,
|
||||
},
|
||||
backgroundImage: {
|
||||
|
||||
Reference in New Issue
Block a user