blog

My blog at www.shimmy1996.com

git clone git://git.shimmy1996.com/blog.git
commit 8ef1c7a63d303d81549ac63a8d3c7e94495aae1b
parent ac2c00793a40112b7b9d98ef46a13758ef1d9c61
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date:   Mon,  2 Dec 2019 11:59:10 -0500

Add comment section CSS

Diffstat:
Mlayouts/partials/css/custom.css | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/layouts/partials/css/custom.css b/layouts/partials/css/custom.css
@@ -6,3 +6,7 @@ a:focus, a:hover {
     background: var(--accent-color);
     color: var(--background-color);
 }
+
+#isso-thread {
+    color: var(--text-color) !important;
+}