Blog v1 Broken As Fuck

This commit is contained in:
Pablo Moyano
2023-10-08 02:56:21 +02:00
parent c1cbc2912d
commit a7203010bf
11 changed files with 705 additions and 25 deletions

View File

@ -20,7 +20,7 @@ import backgroundImage1 from "../assets/gallery/coreboot2.jpg";
<script is:inline>
// ☝️ This script prevent the FART effect.
if (localStorage.getItem("theme") === null) {
document.documentElement.setAttribute("data-theme", "light");
document.documentElement.setAttribute("data-theme", "black");
} else
document.documentElement.setAttribute(
"data-theme",