Skip to content

Commit

Permalink
final for March 5th/6th
Browse files Browse the repository at this point in the history
  • Loading branch information
cheddZy committed Mar 5, 2024
1 parent 513ad80 commit 1c976c6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/components/util/ThemeSwitch.astro
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
const moon = document.getElementById('iconMoon');
const state = document.getElementById('debugState');
const close = document.getElementById('closeB');
let checky = localStorage.getItem('theme');
const dataTheme = document.documentElement;

const button = document.getElementById('themeSwitcher');
// const theme = dataTheme.getAttribute('data-test');
Expand Down
1 change: 0 additions & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ import ThemeSwitch from "../components/util/ThemeSwitch.astro";
position: fixed;
top: 0;
left: 0;
border: solid 1px cyan;
}
#wrapThemes {
position: absolute;
Expand Down

0 comments on commit 1c976c6

Please sign in to comment.