1
0
mirror of https://github.com/aquatix/digimarks.git synced 2025-12-06 22:05:09 +01:00

blip-preventer

This commit is contained in:
2025-05-11 09:19:51 +02:00
parent eb8e764a61
commit 5efc12e698

View File

@@ -100,6 +100,11 @@ html[data-theme='silo'] {
--global-theme-toggle-content: ' ⌨️'; --global-theme-toggle-content: ' ⌨️';
} }
/* AlpineJS blip-preventer */
[x-cloak] {
display: none !important;
}
body { body {
background: var(--background-color); background: var(--background-color);
color: var(--text-color); color: var(--text-color);