From 7239182e837793584f1ec621d3f8a88e01fff750 Mon Sep 17 00:00:00 2001 From: Masu Baumgartner <68913099+Masu-Baumgartner@users.noreply.github.com> Date: Fri, 25 Oct 2024 23:22:34 +0200 Subject: [PATCH] Changed colors...... I am an absolute mess when it comes to frontend. I cannot settle on a design :c --- Moonlight.Client/Styles/tailwind.config.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Moonlight.Client/Styles/tailwind.config.js b/Moonlight.Client/Styles/tailwind.config.js index ab964796..0e74054e 100644 --- a/Moonlight.Client/Styles/tailwind.config.js +++ b/Moonlight.Client/Styles/tailwind.config.js @@ -107,12 +107,12 @@ module.exports = { 300: '#DBDFE9', 400: '#B5B5C3', 500: '#99A1B7', - 600: '#78829D', - 700: '#4B5675', - 750: '#323c59', - 800: '#252F4A', - 900: '#071437', - 950: '#030b1f', + 600: '#707993', + 700: '#444e6b', + 750: '#293249', + 800: '#1c2438', + 900: '#111721', + 950: '#0e121c', } } },