leftover comments
🤦
This commit is contained in:
parent
625c1013da
commit
71c92744b4
1 changed files with 0 additions and 14 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue