From 84dd8c7557d8b9d92cd8d339afc28a0fd9a3a896 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Wed, 15 Jul 2026 05:10:40 -0400 Subject: feat(admin): color scheme test page added --- internal/admin/templates/colors.html | 37 ++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 internal/admin/templates/colors.html (limited to 'internal/admin/templates/colors.html') diff --git a/internal/admin/templates/colors.html b/internal/admin/templates/colors.html new file mode 100644 index 0000000..a559dc3 --- /dev/null +++ b/internal/admin/templates/colors.html @@ -0,0 +1,37 @@ +{{define "body-colors"}} +
+
+ +
+
+ + + +
+
+ + +
+
+
+
+ + + Right side updates live as you edit colors. +
+
+

+    
+
+
+ + + +{{end}} + \ No newline at end of file -- cgit v1.2.3