Delete about_privatebrowsing_dark_mode.css

This commit is contained in:
overdodactyl 2017-11-28 21:26:51 +00:00 committed by GitHub
parent 2fc2452750
commit a1b4effb6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 21 deletions

View File

@ -1,21 +0,0 @@
@-moz-document url("about:privatebrowsing"), url("about:Privatebrowsing"), url("about:PrivateBrowsing"), url("about:privateBrowsing") {
html {
background: #323234 !important;
}
button {
background-color: #292929 !important;
color: #ccc !important;
border: 1px #ccc solid !important;
}
button:hover {
background: #222 !important;
}
p {
color: #ccc;
}
}