Add support for progress bar

This commit is contained in:
Aiden Bai 2022-05-27 13:27:13 -07:00
parent 232bd2f016
commit 44984cdaf4
No known key found for this signature in database
GPG Key ID: D37584388675FF3A
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,7 @@
--gray: #4e4e4e;
--lightgray: #f0f0f0;
--outlinegray: #dadada;
--million-progress-bar-color: var(--secondary);
}
[saved-theme="dark"] {
@ -21,4 +22,5 @@
--gray: #d4d4d4 !important;
--lightgray: #292633 !important;
--outlinegray: #343434 !important;
--million-progress-bar-color: var(--secondary) !important;
}