From 27e5ea707bbc433f621555e5e0daaff5fb06bbfc Mon Sep 17 00:00:00 2001 From: Misode Date: Tue, 10 Oct 2023 10:52:14 +0200 Subject: [PATCH] Configure dark mode with tailwind --- index.html | 11 ++- src/app/contexts/Theme.tsx | 18 ++--- src/styles/global.css | 154 ++++++++++++------------------------- src/styles/nodes.css | 83 +++++++------------- tailwind.config.js | 1 + 5 files changed, 97 insertions(+), 170 deletions(-) diff --git a/index.html b/index.html index d2f66316..83e04316 100644 --- a/index.html +++ b/index.html @@ -31,9 +31,18 @@ ga('set', 'dimension7', matchMedia('(prefers-color-scheme: light)').matches ? 'light' : matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'none'); ga('send', 'pageview'); + - Data Pack Generators - Minecraft 1.17, 1.18, 1.19 + Data Pack Generators - Minecraft 1.18, 1.19, 1.20