From 10306698f192ec9ec2f935a0ee5a6e6f7ece6f55 Mon Sep 17 00:00:00 2001 From: sujeom Date: Thu, 16 Apr 2020 01:07:33 -0400 Subject: [PATCH] addressd red coloring --- css/styles.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/css/styles.css b/css/styles.css index ff3e08d..2c60e0c 100644 --- a/css/styles.css +++ b/css/styles.css @@ -447,3 +447,12 @@ body.darkmode--activated{ margin: 0 0 0 0; position: absolute } + +body.darkmode--activated a, body.darkmode--activated b, body.darkmode--activated input[type=number]:not(:placeholder-shown){ + color: #b1301d; + +} + + body.darkmode--activated input[type="radio"]:checked+label{ + background: #565655; +}