From e71826661def656b580c301805cce2df4d1bcafe Mon Sep 17 00:00:00 2001 From: kahnix Date: Thu, 2 Jan 2025 14:50:45 +0100 Subject: [PATCH] fix: fix uptime bars not working --- src/pages/index.vue | 6 +++--- tailwind.config.js | 16 ++++++---------- 2 files changed, 9 insertions(+), 13 deletions(-) diff --git a/src/pages/index.vue b/src/pages/index.vue index e94814e70..a50bc78e5 100644 --- a/src/pages/index.vue +++ b/src/pages/index.vue @@ -85,15 +85,15 @@ function handleKeyPress(event: KeyboardEvent) {
-

Website

+

Website

-

Twitter

+

Twitter

-

Discord

+

Discord

diff --git a/tailwind.config.js b/tailwind.config.js index b4019ab72..74fbc25e2 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -8,15 +8,6 @@ module.exports = { 'vector': "url('/src/assets/vector.svg')", }, colors: { - primary: '#9cd3b8', - bg: '#293330', - orange: '#fa7327', - } - }, - boxShadow: { - 'vector': '4px 0px 9px 0px rgba(0, 0, 0, 0.25)', - }, - colors: { vector: { primary: '#9cd3b8', bg: 'rgb(0,0,0,0.39)', @@ -24,7 +15,12 @@ module.exports = { orange: '#fa7327', gray: 'rgba(255, 255, 255, 0.45)', } - } + }, + }, + boxShadow: { + 'vector': '4px 0px 9px 0px rgba(0, 0, 0, 0.25)', + }, + }, plugins: [require('daisyui')], daisyui: {