From f7892255b62be05155c8b3cf8765c6e6779ea438 Mon Sep 17 00:00:00 2001 From: sujeom Date: Fri, 17 Apr 2020 19:31:21 -0400 Subject: [PATCH] increase brightness of note text for better visability --- css/styles.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/styles.css b/css/styles.css index 3dc40c5..c99e7c3 100644 --- a/css/styles.css +++ b/css/styles.css @@ -483,3 +483,7 @@ body.darkmode--activated input[type=number]:placeholder-shown{ body.darkmode--activated input[type="radio"]:checked+label{ background: #7b6955; } + +body.darkmode--activated i{ + color: #7b6955; +}