From e4c6a1467d560d3a37ff26c0fc6351a34c7eadd3 Mon Sep 17 00:00:00 2001 From: overdodactyl <33071129+overdodactyl@users.noreply.github.com> Date: Tue, 28 Nov 2017 16:30:44 +0000 Subject: [PATCH] Add about:about --- about_pages_dark_mode/about_about_dark_mode.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 about_pages_dark_mode/about_about_dark_mode.css diff --git a/about_pages_dark_mode/about_about_dark_mode.css b/about_pages_dark_mode/about_about_dark_mode.css new file mode 100644 index 0000000..1c866ad --- /dev/null +++ b/about_pages_dark_mode/about_about_dark_mode.css @@ -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; + } + +} \ No newline at end of file