From 4a101db58d913c874c928fd680315f1526342773 Mon Sep 17 00:00:00 2001 From: Nihaal Sharma Date: Sun, 21 May 2023 15:15:19 +0100 Subject: [PATCH] tweaked colors and remvoed top bar bg color from dark mode --- style.css | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/style.css b/style.css index bf50619..83abc2f 100644 --- a/style.css +++ b/style.css @@ -53,17 +53,14 @@ h3{ @media (prefers-color-scheme: dark) { body { background-color: #1C1C1E; - color: #f1f1f1; + color: #f2f2f2; } #transaction { - background-color: #191919; + background-color: #222222; } p{ color: #e6e6e6; } - .topbar{ - background-color: rgba(1, 1, 1, 0.25); - } } @media screen and (max-width: 600px) { *{