fixed star colours

This commit is contained in:
2025-05-27 14:49:55 +02:00
parent 17e1c4181f
commit 91a70a720c
3 changed files with 9 additions and 7 deletions

View File

@@ -33,7 +33,9 @@
--text-dark: #333333;
--text-muted: #6c757d;
--warning-color: #ffd700;
--warning-opacity-15: rgba(255, 215, 0, 0.15);
--danger-color: #dc3545;
--danger-opacity-15: rgba(220, 53, 69, 0.15);
--shadow-color: rgba(0, 0, 0, 0.1);
--shadow-color-light: rgba(0, 0, 0, 0.25);
--border-color: #dee2e6;