From 58539e45e449e3b60cb9fe60084ca64dd4072994 Mon Sep 17 00:00:00 2001 From: Emile Date: Sat, 23 Feb 2019 21:12:51 +0100 Subject: :art: dark mode --- src/css/custom.css | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'src/css/custom.css') diff --git a/src/css/custom.css b/src/css/custom.css index e070193..8c0ce19 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -1,10 +1,33 @@ /* stylelint-disable selector-list-comma-newline-after */ +html, body { + background-color: #333333; +} + +.text-muted { + color: #cecece !important +} + +.text-unmuted { + color: #e6e6e6 !important; + border-bottom: 1px solid #fff !important; + padding-bottom: 3px !important; +} + +.dark-box { + background-color: #333333; + border: 1px solid #cecece; +} + .blog-header { line-height: 1; border-bottom: 1px solid #e5e5e5; } +.dark-footer { + background-color: #292929 !important; +} + .blog-header-logo { font-family: "Playfair Display", Georgia, "Times New Roman", serif; font-size: 2.25rem; -- cgit 1.4.1