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