diff --git a/index.html b/index.html index f71584d..353936f 100644 --- a/index.html +++ b/index.html @@ -8,18 +8,19 @@ - +
- - - - - - + + + + + +
@@ -45,9 +46,9 @@
-

Welcome to wah.su!

+

Welcome to wah.su!

-

+

Looking for a cozy, reliable den away from tech companies? You've come to the right place! wah.su is all about providing a safe and stable environment for your projects. @@ -58,7 +59,7 @@

-

Currently hosting

+

Currently hosting

diff --git a/public/js/cards.js b/public/js/cards.js index 00a6776..6e4489a 100644 --- a/public/js/cards.js +++ b/public/js/cards.js @@ -32,7 +32,7 @@ const cards = [ const services = document.getElementById("services"); function renderCards() { - const theme = document.getElementById("body").classList[0]; + const theme = localStorage.getItem("theme"); services.innerHTML = ""; for (let index = 0; index < cards.length; index++) { const image_name = cards[index].image.split(".")[0]; diff --git a/public/js/theme.js b/public/js/theme.js index d5d705f..9480cad 100644 --- a/public/js/theme.js +++ b/public/js/theme.js @@ -14,7 +14,6 @@ const setTheme = (theme) => { function updateTheme() { let theme = localStorage.getItem("theme"); - console.log("updatingTheme", theme); if (theme) { setTheme(theme); } else { diff --git a/public/output.css b/public/output.css index 30d9a4d..7c82306 100644 --- a/public/output.css +++ b/public/output.css @@ -2014,6 +2014,36 @@ input:checked + .toggle-bg { background-color: rgb(30 41 59 / var(--tw-bg-opacity)); } +.dark\:bg-green-300:where(.dark, .dark *) { + --tw-bg-opacity: 1; + background-color: rgb(132 225 188 / var(--tw-bg-opacity)); +} + +.dark\:bg-green-400:where(.dark, .dark *) { + --tw-bg-opacity: 1; + background-color: rgb(49 196 141 / var(--tw-bg-opacity)); +} + +.dark\:bg-red-500:where(.dark, .dark *) { + --tw-bg-opacity: 1; + background-color: rgb(240 82 82 / var(--tw-bg-opacity)); +} + +.dark\:bg-yellow-200:where(.dark, .dark *) { + --tw-bg-opacity: 1; + background-color: rgb(252 233 106 / var(--tw-bg-opacity)); +} + +.dark\:bg-red-400:where(.dark, .dark *) { + --tw-bg-opacity: 1; + background-color: rgb(249 128 128 / var(--tw-bg-opacity)); +} + +.dark\:bg-slate-900:where(.dark, .dark *) { + --tw-bg-opacity: 1; + background-color: rgb(15 23 42 / var(--tw-bg-opacity)); +} + .dark\:text-blue-500:where(.dark, .dark *) { --tw-text-opacity: 1; color: rgb(63 131 248 / var(--tw-text-opacity)); @@ -2034,6 +2064,36 @@ input:checked + .toggle-bg { color: rgb(209 213 219 / var(--tw-text-opacity)); } +.dark\:text-slate-50:where(.dark, .dark *) { + --tw-text-opacity: 1; + color: rgb(248 250 252 / var(--tw-text-opacity)); +} + +.dark\:text-slate-100:where(.dark, .dark *) { + --tw-text-opacity: 1; + color: rgb(241 245 249 / var(--tw-text-opacity)); +} + +.dark\:text-slate-300:where(.dark, .dark *) { + --tw-text-opacity: 1; + color: rgb(203 213 225 / var(--tw-text-opacity)); +} + +.dark\:text-slate-200:where(.dark, .dark *) { + --tw-text-opacity: 1; + color: rgb(226 232 240 / var(--tw-text-opacity)); +} + +.dark\:text-slate-500:where(.dark, .dark *) { + --tw-text-opacity: 1; + color: rgb(100 116 139 / var(--tw-text-opacity)); +} + +.dark\:text-slate-400:where(.dark, .dark *) { + --tw-text-opacity: 1; + color: rgb(148 163 184 / var(--tw-text-opacity)); +} + .dark\:hover\:bg-blue-700:hover:where(.dark, .dark *) { --tw-bg-opacity: 1; background-color: rgb(26 86 219 / var(--tw-bg-opacity));