Add shortcuts page

This commit is contained in:
1ilit
2023-09-19 15:51:44 +03:00
parent a51d5cf03d
commit 6509d42478
7 changed files with 209 additions and 5 deletions

View File

@@ -53,6 +53,11 @@
background-color: var(--semi-color-bg-3);
}
.card-theme{
color: var(--semi-color-text-1);
background-color: rgba(var(--semi-grey-1), 1);
}
.toolbar-theme {
background-color: rgba(var(--semi-grey-1), 1);
}