From 49bc3d68622ae3d84d31b98031ba16fdb2a1e7a5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Valenta?= <tomas@imaniti.org>
Date: Thu, 11 Apr 2024 14:22:33 +0200
Subject: [PATCH] add pirati yellow color

---
 source/_data/data.json | 6 ++++++
 tailwind.config.js     | 3 +++
 2 files changed, 9 insertions(+)

diff --git a/source/_data/data.json b/source/_data/data.json
index c00338c..1bc804f 100644
--- a/source/_data/data.json
+++ b/source/_data/data.json
@@ -186,6 +186,12 @@
       "variants": [
         {"cls": "red-600", "name": "Red 600", "hex": "#d60d53"}
       ]
+    },
+    {
+      "name": "Pirati",
+      "variants": [
+        {"cls": "pirati-yellow", "name": "Yellow", "hex": "#fec934"}
+      ]
     }
   ]
 }
diff --git a/tailwind.config.js b/tailwind.config.js
index 5dd168a..7043e69 100644
--- a/tailwind.config.js
+++ b/tailwind.config.js
@@ -179,6 +179,9 @@ module.exports = {
         '400': '#840048',
         '500': '#670047',
       },
+      'pirati': {
+        'yellow': '#fec934'
+      },
     },
     container: {
       center: true,
-- 
GitLab