Skip to content
Snippets Groups Projects
Verified Commit 49bc3d68 authored by Alexa Valentová's avatar Alexa Valentová
Browse files

add pirati yellow color

parent eac95ec5
Branches
No related tags found
1 merge request!11Add pirate yellow color
......@@ -186,6 +186,12 @@
"variants": [
{"cls": "red-600", "name": "Red 600", "hex": "#d60d53"}
]
},
{
"name": "Pirati",
"variants": [
{"cls": "pirati-yellow", "name": "Yellow", "hex": "#fec934"}
]
}
]
}
......@@ -179,6 +179,9 @@ module.exports = {
'400': '#840048',
'500': '#670047',
},
'pirati': {
'yellow': '#fec934'
},
},
container: {
center: true,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment