Rework tabs and add overview page

This commit is contained in:
AlphaX-Projects
2023-06-22 17:33:47 +02:00
parent 29f45faffa
commit f0559f9c5f
27 changed files with 1436 additions and 113 deletions

View File

@@ -63,6 +63,7 @@ html {
--app-background-1: #045de9;
--app-background-2: #09c6f9;
--app-icon: #ffffff;
--app-hr: rgba(0, 0, 0, .3);
}
html[theme="dark"] {
@@ -130,4 +131,5 @@ html[theme="dark"] {
--app-background-1: #7f5a83;
--app-background-2: #0d324d;
--app-icon: #03a9f4;
--app-hr: rgba(255, 255, 255, .3);
}