From f5ffa121b0ae5b66f2b82ded0395ce0b08150893 Mon Sep 17 00:00:00 2001 From: Dane Everitt Date: Sat, 26 May 2018 16:05:30 -0700 Subject: [PATCH] Introduce pterodactyl official blue --- tailwind.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/tailwind.js b/tailwind.js index 9abe5e61c..15105833d 100644 --- a/tailwind.js +++ b/tailwind.js @@ -96,13 +96,13 @@ let colors = { 'teal-lighter': '#a0f0ed', 'teal-lightest': '#e8fffe', - 'blue-darkest': '#12283a', - 'blue-darker': '#1c3d5a', - 'blue-dark': '#2779bd', - 'blue': '#3490dc', - 'blue-light': '#6cb2eb', - 'blue-lighter': '#bcdefa', - 'blue-lightest': '#eff8ff', + 'blue-darkest': '#03101f', + 'blue-darker': '#06213f', + 'blue-dark': '#0c427f', + 'blue': '#10529f', + 'blue-light': '#4074b3', + 'blue-lighter': '#7096c7', + 'blue-lightest': '#a0b8d8', 'indigo-darkest': '#191e38', 'indigo-darker': '#2f365f',