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
Tags
1 merge request!11Add pirate yellow color
This commit is part of merge request !11. Comments created here will be created in the context of that merge request.
...@@ -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