From a354f9fadf89cceac1e4de34c987ec112ba9447f Mon Sep 17 00:00:00 2001 From: Barzder Date: Thu, 28 Dec 2023 00:39:53 +0100 Subject: [PATCH] doppelte btn Klasse in css entfernt; themebtn buttons mit btn erweitert --- static/css/style.css | 12 ------------ templates/base.html | 4 ++-- templates/second_page.html | 4 ++-- 3 files changed, 4 insertions(+), 16 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index 9ba575f..5db7f15 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -32,18 +32,6 @@ body { cursor: pointer; } - /* theme toggle button */ -.themebtn { -position: relative; -padding: 10px 16px; -background-color: var(--color-background); -border: var(--color-default) solid 3px; -color: var(--color-default); -border-radius: 6px; -font-size: 18px; -cursor: pointer; -} - /* SVG lightsabers */ h1, p { color: var(--color-accent-1); diff --git a/templates/base.html b/templates/base.html index 6daca72..c30d91c 100644 --- a/templates/base.html +++ b/templates/base.html @@ -12,7 +12,7 @@

Test Dark/Light
You can choose the button to override your system-settings and change the color theme!

- +

This is the first Page
Goto the second Page

@@ -24,7 +24,7 @@

Here is a second toggle button to change the color theme!

- +
diff --git a/templates/second_page.html b/templates/second_page.html index 07625b5..deb1c2e 100644 --- a/templates/second_page.html +++ b/templates/second_page.html @@ -12,7 +12,7 @@

Test Dark/Light
You can choose the button to override your system-settings and change the color theme!

- +

This is the second Page
Goto the first Page

@@ -24,7 +24,7 @@

Here is a second toggle button to change the color theme!

- +