leftover comments

🤦
This commit is contained in:
NetMan 2025-12-17 21:35:57 +01:00
parent 625c1013da
commit 71c92744b4

View file

@ -1,17 +1,3 @@
<!-- <script setup lang="ts">
const themeStore = useThemeStore();
if (
themeStore.theme != 'light' ||
(window.matchMedia &&
window.matchMedia('(prefers-color-scheme: dark)').matches) ||
) {
sheet.insertRule(
'.spa-flex { background: #0f172b !important; color: #fff !important; }',
sheet.cssRules.length,
);
}
</script> -->
<template>
<div class="min-h-dvh text-2xl w-full">
<div class="spa-loader-flex">