ShadowFox/userContent-files/about_pages/serviceworkers.css

13 lines
315 B
CSS
Raw Normal View History

@-moz-document url(about:serviceworkers) {
.warningBackground {
background: var(--primary-dark-color) !important;
}
.warningMessage {
border: 1px solid var(--primary-light-color) !important;
2018-02-15 01:46:15 +00:00
background: var(--mid-way-color) !important;
color: var(--primary-light-color) !important;
}
}