From ae450645fbf30e2e3e45af1abe382efc38990a0e Mon Sep 17 00:00:00 2001 From: Russell2259 Date: Thu, 4 Jan 2024 20:43:34 +0000 Subject: [PATCH] stuff --- static/apps.html | 37 ++++++++--------------------------- static/assets/css/nav.css | 2 +- static/assets/css/themes.css | 12 +++++------- static/cheats.html | 34 ++++++-------------------------- static/games.html | 36 +++++++--------------------------- static/search.html | 35 +++++++-------------------------- templates/discord_widget.html | 6 ++++++ templates/navbar.html | 8 +------- 8 files changed, 41 insertions(+), 129 deletions(-) create mode 100644 templates/discord_widget.html diff --git a/static/apps.html b/static/apps.html index 6c76312..200699b 100644 --- a/static/apps.html +++ b/static/apps.html @@ -19,38 +19,17 @@

Apps


-
-
-
- - - - + - + + + + + + - + \ No newline at end of file diff --git a/static/assets/css/nav.css b/static/assets/css/nav.css index da2852e..7e41197 100644 --- a/static/assets/css/nav.css +++ b/static/assets/css/nav.css @@ -25,7 +25,7 @@ } .navbar.scrolling { - background-color: var(--background-blur); + background-color: var(--background-darker); color: black; backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); diff --git a/static/assets/css/themes.css b/static/assets/css/themes.css index aa8ae6f..562c70d 100644 --- a/static/assets/css/themes.css +++ b/static/assets/css/themes.css @@ -1,7 +1,6 @@ body[data-theme='dark'] { - --background-color: rgba(14, 15, 26, 0.9); + --background-color: rgba(0, 0, 0, 0.8); --background-darker: rgba(0, 0, 0, 0.9); - --background-blur: rgba(21, 22, 39, 0.7); --text: #fff; --sidebar-bg: #161f2eef; --button-bg: #1c1c1c69; @@ -17,9 +16,8 @@ body[data-theme='dark'] { } body[data-theme='light'] { - --background-color: #ffffffda; + --background-color: #fff; --background-darker: var(--background-color); - --background-blur: rgba(235, 235, 235, 0.7); --text: #000; --hover: #757575; --sidebar-bg: #ffffffee; @@ -40,7 +38,7 @@ body[data-theme='flamingo'] { --background-darker: rgba(0, 0, 0, 0.9); --text: #fff; --sidebar-bg: #e75166ee; - --button-bg: #000000e6; + --button-bg: #00000059; --shadow-color: #000; --switch-color: #959595; --switch-active: #FB5E4C; @@ -216,8 +214,8 @@ body[data-theme='violet'] { } @media screen and (prefers-color-scheme: light) { - body[data-theme='system-default'] { - --background-color: #ffffffda; + body[data-theme='light'] { + --background-color: #fff; --background-darker: var(--background-color); --text: #000; --hover: #757575; diff --git a/static/cheats.html b/static/cheats.html index ea52b58..6c28278 100644 --- a/static/cheats.html +++ b/static/cheats.html @@ -22,33 +22,11 @@
-
-
-
- - - - + + + + + @@ -56,4 +34,4 @@ - + \ No newline at end of file diff --git a/static/games.html b/static/games.html index 2fc77bb..c2ef09c 100644 --- a/static/games.html +++ b/static/games.html @@ -26,33 +26,10 @@

All Games

-
-
-
- - - - + + + +

@@ -65,10 +42,11 @@

Oops, we couldn't find the game you were looking for.

+ + - - + \ No newline at end of file diff --git a/static/search.html b/static/search.html index 7318dc2..b887b9f 100644 --- a/static/search.html +++ b/static/search.html @@ -25,37 +25,16 @@ -
-
-
- - - - + + + + + + - + \ No newline at end of file diff --git a/templates/discord_widget.html b/templates/discord_widget.html new file mode 100644 index 0000000..bc864c0 --- /dev/null +++ b/templates/discord_widget.html @@ -0,0 +1,6 @@ + \ No newline at end of file diff --git a/templates/navbar.html b/templates/navbar.html index 9f9966e..2ae8ee6 100644 --- a/templates/navbar.html +++ b/templates/navbar.html @@ -14,10 +14,4 @@ Cheats Settings - - \ No newline at end of file + \ No newline at end of file