change the app primary color

This commit is contained in:
2025-10-15 22:16:08 +03:00
parent 5e43aeb5a0
commit 946678228f
23 changed files with 208 additions and 209 deletions

View File

@@ -3,7 +3,7 @@
}
.editButton {
color: var(--primary, #ffb700);
color: var(--primary);
font-size: 14px;
cursor: pointer;
}