fixed tailwind hack

This commit is contained in:
2026-01-22 16:40:11 +11:00
parent e0ec6d06d3
commit 414a417d63
7 changed files with 54 additions and 226 deletions

View File

@@ -1,3 +1,5 @@
// This function prevents the 'flash of unstyled content'
// Include it at the top of <head>
(function() {
let theme = localStorage.getItem("theme") || "system";
if (theme === "system") {