Delete about_sessionrestore_dark_mode.css

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

View File

@ -1,31 +0,0 @@
@-moz-document url(about:sessionrestore) {
html, body, treechildren {
background: #323234 !important;
color: #ccc !important;
}
treecol {
background: #424040 !important;
color: #d2d2d2 !important;
}
treecol:hover {
text-decoration: underline !important;
}
button {
background-color: #292929 !important;
color: #ccc !important;
border: 1px #ccc solid !important;
}
button:hover {
background: #222 !important;
}
#tabsToggle {
padding-inline-end: 30px !important;
}
}