fix: remove hardcoded data-theme=industrial from all pages to prevent flash

- The inline anti-flash script now applies the correct theme before any CSS renders
- Without the hardcoded attribute, the browser never paints with the wrong theme
This commit is contained in:
2026-05-26 08:02:55 +00:00
parent 51f64921a5
commit 716e19d079
16 changed files with 16 additions and 16 deletions

View File

@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="es" data-theme="industrial">
<html lang="es">
<head>
<script>/*pos_theme_early*/(function(){var t=localStorage.getItem("pos_theme")||"industrial";document.documentElement.setAttribute("data-theme",t);})()</script>
<meta charset="UTF-8" />