feat: add theme switcher

This commit is contained in:
Kentai Radiquum 2024-05-19 19:06:12 +05:00
parent 78efd2500a
commit 40a31ce007
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
14 changed files with 349 additions and 176 deletions

View file

@ -1,5 +1,6 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
darkMode: "selector",
content: [
"./index.html",
"./src/**/*.{html,js}",