From 45f9b0517164056dc09a6bc0b268b5a8bb4b0ba0 Mon Sep 17 00:00:00 2001 From: DrMaxNix Date: Fri, 13 Jan 2023 21:22:05 +0100 Subject: [PATCH] :sparkles: on-demand light-mode --- dev/index.css | 15 --------------- dev/index.php | 34 ++++++++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+), 15 deletions(-) diff --git a/dev/index.css b/dev/index.css index 8a8c65a..95569a0 100644 --- a/dev/index.css +++ b/dev/index.css @@ -1,18 +1,3 @@ -:root { - --onedark-bg: #21252b; - --onedark-bg-light: #2c313a; - --onedark-white: #c5cad3; - --onedark-gray: #828997; - --onedark-gray-dark: #5c6370; - --onedark-gray-dark-dark: #454b54; - --onedark-red: #e06c75; - --onedark-orange: #d19a66; - --onedark-yellow: #e5c07b; - --onedark-green: #98c379; - --onedark-cyan: #56b6c2; - --onedark-blue: #61afef; - --onedark-purple: #c678dd; -} html, body { margin: 0px; padding: 0px; diff --git a/dev/index.php b/dev/index.php index a115627..7978aae 100644 --- a/dev/index.php +++ b/dev/index.php @@ -7,6 +7,40 @@ + +