Use the color-primary-element* variables

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L
2023-05-12 16:26:34 +02:00
parent ccf1445ccf
commit 9f91ecc116
6 changed files with 6 additions and 6 deletions

View File

@@ -110,7 +110,7 @@ export default {
}
li.selected {
border: 1px solid var(--color-primary);
border: 1px solid var(--color-primary-element);
}
.board-bullet {