1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-09-19 07:12:24 +02:00

update bar color

This commit is contained in:
gilbN 2019-06-15 00:06:05 +02:00
parent fbb9caf8d8
commit efebf4ab26
2 changed files with 8 additions and 0 deletions

View File

@ -56,6 +56,10 @@
#page-wrapper {
background: var(--main-bg-color) !important;
}
/* Update bar */
.progress-bar-primary {
background: var(--modal-bg-color);
}
/* Lockscreen */
.lock-screen {
background: var(--main-bg-color) !important;

View File

@ -56,6 +56,10 @@
#page-wrapper {
background: var(--main-bg-color) !important;
}
/* Update bar */
.progress-bar-primary {
background: var(--modal-bg-color);
}
/* Lockscreen */
.lock-screen {
background: var(--main-bg-color) !important;