diff --git a/py_app/app/templates/print_module.html b/py_app/app/templates/print_module.html index f09cabb..0d67043 100644 --- a/py_app/app/templates/print_module.html +++ b/py_app/app/templates/print_module.html @@ -120,8 +120,9 @@ table tbody tr.selected td { {% block content %}
-
-

Label Preview

+
+
Label View
+

Label Preview

@@ -234,6 +235,10 @@ table tbody tr.selected td {
+
+ + +
diff --git a/py_app/static/style.css b/py_app/static/style.css index 383ff48..e8e3466 100644 --- a/py_app/static/style.css +++ b/py_app/static/style.css @@ -59,3 +59,9 @@ body.dark-mode { background: #e11d48; color: #fff; } + +/* Label preview card title theme styles */ +.label-view-title { + color: var(--app-card-text) !important; + transition: color 0.2s; +}