From 5a62d69415b293ca0c96f2e863c9edf3c6dd346c Mon Sep 17 00:00:00 2001 From: Sky Date: Thu, 3 Aug 2023 16:35:58 -0400 Subject: [PATCH] trying to fix themes loading --- 404.html | 13 ++++++++++++- bookmarklets.html | 13 ++++++++++++- index.html | 14 +++++++++++++- settings.html | 13 ++++++++++++- style.css | 13 ------------- 5 files changed, 49 insertions(+), 17 deletions(-) diff --git a/404.html b/404.html index 15c26468..d641c848 100644 --- a/404.html +++ b/404.html @@ -1,6 +1,18 @@ + + + + - + diff --git a/settings.html b/settings.html index 5d154810..0264b328 100644 --- a/settings.html +++ b/settings.html @@ -1,6 +1,18 @@ + + @@ -11,7 +23,6 @@ - Tab Cloak | Selenite diff --git a/style.css b/style.css index befb82f0..53984043 100644 --- a/style.css +++ b/style.css @@ -1,16 +1,3 @@ -:root { - --input-bg-color: #74747488; - --main-text-color: #dadada; - --p-text-color: #a1a1a1; - --border-color: #979797bb; - --star-color: #ffffff; - --game-color: #5e5e5e66; - --bg-1: #0c0c0c; - --bg-2: #030303; - --invert-logo: 0; -} - - html { text-align: center; align-content: center;