From 36435dd5fdc94d8830b9f234d844c45d491538a7 Mon Sep 17 00:00:00 2001
From: Matt Kirby <MattJKirby@outlook.com>
Date: Wed, 15 Mar 2023 23:31:39 +0000
Subject: [PATCH] Better default colours

---
 daily-thought-frontend/tailwind.config.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/daily-thought-frontend/tailwind.config.js b/daily-thought-frontend/tailwind.config.js
index 092e9803..367d7575 100644
--- a/daily-thought-frontend/tailwind.config.js
+++ b/daily-thought-frontend/tailwind.config.js
@@ -11,8 +11,8 @@ module.exports = {
   theme: {
     extend: {
       colors: {
-        'c-green': '#7bfba5',
-        'c-pink': '#ea3381'
+        'c-green': '#2bff9c',
+        'c-pink': '#ff0082'
       }
     },
   },
-- 
GitLab