From 93f4b9e34f0ba5058d20885f643b98b5977f9e12 Mon Sep 17 00:00:00 2001 From: namgyalangmo <75657887+namgyalangmo@users.noreply.github.com> Date: Wed, 20 Mar 2024 02:14:21 +0530 Subject: [PATCH] slightly darker yellow Signed-off-by: namgyalangmo <75657887+namgyalangmo@users.noreply.github.com> --- tailwind.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tailwind.config.js b/tailwind.config.js index 7b04bde4..256964e0 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -14,7 +14,7 @@ module.exports = { 850: "#4d4107", 800: "#66570a", 700: "#b29911", - 650: "#e6b800", + 650: "#e6b600", 600: "#f0cd14", 500: "#ffda18", 400: "#ffe146",