feat: add new color variable for red and update SQL query in history management to include additional fields

This commit is contained in:
pandadev 2025-03-16 21:33:00 +01:00
parent ddd92a70e2
commit be1718d9a5
No known key found for this signature in database
GPG key ID: C39629DACB8E762F
3 changed files with 8 additions and 2 deletions

View file

@ -64,6 +64,8 @@ onMounted(async () => {
--accent: #feb453;
--border: #ffffff0d;
--red: #F84E4E;
--text: #e5dfd5;
--text-secondary: #ada9a1;
--text-muted: #78756f;