From 9340ef9017006cfc209aec28dbfda0e2d22d2540 Mon Sep 17 00:00:00 2001
From: itsjoeoui <itsjoeoui@pixelexperience.org>
Date: Fri, 14 Aug 2020 01:11:08 +0000
Subject: [PATCH] Improve dark mode theming
---
assets/css/style.css | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/assets/css/style.css b/assets/css/style.css
index 8b45c14..86f589e 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -17,7 +17,7 @@
html[data-theme='dark'] {
--bg-color: #292a2d;
- --secondary-bg-color: rgb(119, 119, 122);
+ --secondary-bg-color: #2c2d32;
--heading-color: rgb(169, 169, 179);
--body-color: rgb(169, 169, 179);
--post-color: rgba(0, 0, 0, 0.44);
@@ -970,4 +970,4 @@
cursor: pointer;
cursor: zoom-out;
will-change: transform;
-}
\ No newline at end of file
+}
--
Gitblit v1.10.0