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 @@