initial theme picker logic

This commit is contained in:
2025-11-05 16:55:48 -05:00
parent 6b86b0adb2
commit e802d6238e
10 changed files with 143 additions and 33 deletions
+1 -6
View File
@@ -1,7 +1,6 @@
---
import BarsIcon from "../../assets/svg/bars.svg";
import CloseIcon from "../../assets/svg/xmark.svg";
import { navLinks } from "../../data/nav-links";
---
@@ -40,10 +39,6 @@ import { navLinks } from "../../data/nav-links";
</div>
<style>
:root {
--transition: all 0.3s ease-in-out;
}
.drawer-container {
display: none;
}
@@ -80,7 +75,7 @@ import { navLinks } from "../../data/nav-links";
}
nav {
text-align: center;
text-align: left;
padding: 12px;
display: flex;
flex-direction: column;