From 2a34c3c7914a55030919bfbaa237846e3b574981 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sat, 20 Jun 2026 06:38:58 -0400 Subject: feat(theme-studio): move the box column between style and contrast Box now sits at column 5 in all three tables, after style and before contrast, instead of last. The contrast and example/preview columns shift right by one, and the position-based gates follow. --- scripts/theme-studio/theme-studio.template.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'scripts/theme-studio/theme-studio.template.html') diff --git a/scripts/theme-studio/theme-studio.template.html b/scripts/theme-studio/theme-studio.template.html index 65f21daf2..a6f50beb7 100644 --- a/scripts/theme-studio/theme-studio.template.html +++ b/scripts/theme-studio/theme-studio.template.html @@ -63,7 +63,7 @@ STYLES_CSS
-
elements △fg △bg △stylecontrastexamplebox
+
elements △fg △bg △styleboxcontrastexample
@@ -75,7 +75,7 @@ STYLES_CSS
-
face △fg △bg △stylecontrast △previewbox
+
face △fg △bg △styleboxcontrast △preview
@@ -92,7 +92,7 @@ STYLES_CSS
-
face △fg △bg △stylecontrast △box
+
face △fg △bg △styleboxcontrast △
-- cgit v1.2.3