theme: Hide the Turbo progress bar

This commit is contained in:
Bjørn Erik Pedersen
2025-02-17 22:14:40 +01:00
parent f6449ace34
commit 1f62ca97ea
+1 -3
View File
@@ -16,7 +16,5 @@
/* Turbo styles */ /* Turbo styles */
.turbo-progress-bar { .turbo-progress-bar {
@apply bg-blue-500; visibility: hidden;
opacity: 0.35;
height: 3px;
} }