Add support for progress bar
This commit is contained in:
parent
a5942130db
commit
ad94850f82
@ -9,6 +9,7 @@
|
|||||||
--gray: #4e4e4e;
|
--gray: #4e4e4e;
|
||||||
--lightgray: #f0f0f0;
|
--lightgray: #f0f0f0;
|
||||||
--outlinegray: #dadada;
|
--outlinegray: #dadada;
|
||||||
|
--million-progress-bar-color: var(--secondary);
|
||||||
}
|
}
|
||||||
|
|
||||||
[saved-theme="dark"] {
|
[saved-theme="dark"] {
|
||||||
@ -21,4 +22,5 @@
|
|||||||
--gray: #d4d4d4 !important;
|
--gray: #d4d4d4 !important;
|
||||||
--lightgray: #292633 !important;
|
--lightgray: #292633 !important;
|
||||||
--outlinegray: #343434 !important;
|
--outlinegray: #343434 !important;
|
||||||
|
--million-progress-bar-color: var(--secondary) !important;
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user