mirror of
https://github.com/0PandaDEV/Qopy.git
synced 2025-04-21 21:24:05 +02:00
feat: add new color variable for red and update SQL query in history management to include additional fields
This commit is contained in:
parent
ddd92a70e2
commit
be1718d9a5
3 changed files with 8 additions and 2 deletions
2
app.vue
2
app.vue
|
@ -64,6 +64,8 @@ onMounted(async () => {
|
|||
--accent: #feb453;
|
||||
--border: #ffffff0d;
|
||||
|
||||
--red: #F84E4E;
|
||||
|
||||
--text: #e5dfd5;
|
||||
--text-secondary: #ada9a1;
|
||||
--text-muted: #78756f;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue