aded printing button to page.

This commit is contained in:
2025-09-20 13:17:12 +03:00
parent 65a90986fe
commit c4d82e36f2
2 changed files with 13 additions and 2 deletions

View File

@@ -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;
}