From b1e0ee80b4dd3f3e4f8dcc44b85d2ec980903889 Mon Sep 17 00:00:00 2001 From: Pukima Date: Sun, 20 Jun 2021 15:54:29 +0200 Subject: [PATCH] [Dark Mode] Added `!important`s and unthemed parts --- assets/css/application.scss | 25 +++++++++++++++++++++---- 1 file changed, 21 insertions(+), 4 deletions(-) diff --git a/assets/css/application.scss b/assets/css/application.scss index 9d90b2c..a638a4e 100644 --- a/assets/css/application.scss +++ b/assets/css/application.scss @@ -17,19 +17,36 @@ body { } h1, h2, h3, h5 { - color: #dadada; + color: #dadada !important; } .site-footer { - color: #ccc; + color: #ccc !important; } .site-footer a { - color: #ddd; + color: #ddd !important; } .home h2 { - color: #b6bcbd; + color: #c7cdce !important; + } + + .license-body pre { + background-color: #131313 !important; + border: 1px solid #3e3e3e !important; + } + + .note { + color: #9fa5a6 !important; + } + + strong { + color: #bdbdbd !important; + } + + button, input, optgroup, select, textarea { + color: black !important; } }