mirror of
https://github.com/modernw/App-Installer-For-Windows-8.x-Reset.git
synced 2026-04-14 20:58:30 +10:00
19 lines
275 B
CSS
19 lines
275 B
CSS
.page {
|
|
background-color: #F3F3F3;
|
|
}
|
|
|
|
.page.splash {
|
|
background-color: #0078d7;
|
|
}
|
|
|
|
.page .content.loading,
|
|
.page .content.main,
|
|
.page .progress,
|
|
.page .reason p,
|
|
.page .controls .checkbox {
|
|
color: black;
|
|
}
|
|
|
|
.page .content.main .pkgapplabel {
|
|
color: #0078d7;
|
|
} |