From 3821fd6bfe40334346ac058bb339a28339b73cd2 Mon Sep 17 00:00:00 2001 From: Alexandre Pereira Date: Sun, 5 Jan 2025 20:37:11 +0000 Subject: [PATCH 1/2] fix: tailwind config dark mode detection --- tailwind.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tailwind.config.mjs b/tailwind.config.mjs index 6379b18..b9dd64f 100644 --- a/tailwind.config.mjs +++ b/tailwind.config.mjs @@ -1,7 +1,7 @@ /** @type {import('tailwindcss').Config} */ export default { content: ['./src/**/*.{astro,html,js,jsx,md,mdx,svelte,ts,tsx,vue}'], - darkMode: 'media', + darkMode: [ 'selector' , '[data-theme="dark"]'], theme: { extend: { screens: { From 21c9c3b2b6843131dd0de6b727a018b8d89029f6 Mon Sep 17 00:00:00 2001 From: TheRealMG <56460873+TheRealMG@users.noreply.github.com> Date: Mon, 6 Jan 2025 21:15:25 -0600 Subject: [PATCH 2/2] Added Uptime Status Indicator to footer --- src/components/Footer.astro | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 2777a98..43110c1 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -86,10 +86,15 @@ const Reddit = icon({ prefix: "fab", iconName: "reddit" });
Discord - Uptime Status +
+
+ Phare badge +
+ Uptime Status +
Report an Issue
- +