Add about:about

This commit is contained in:
overdodactyl 2017-11-28 16:30:44 +00:00 committed by GitHub
parent 43be286def
commit e4c6a1467d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
@-moz-document url(about:about) {
html, body {
background: #323234 !important;
color: #ccc !important;
}
a:link {
color: darkcyan !important;
}
h1 {
color: #ccc !important;
}
}