From 29038d356d85d041c8f4e525625bee3879cc5259 Mon Sep 17 00:00:00 2001 From: Helen Chong <119173961+helenclx@users.noreply.github.com> Date: Sun, 5 Nov 2023 19:07:02 +0800 Subject: [PATCH] Use dark grey instead of pure black for background --- blog/css/style-blog.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/css/style-blog.css b/blog/css/style-blog.css index 9957f83f..ee5f499f 100644 --- a/blog/css/style-blog.css +++ b/blog/css/style-blog.css @@ -172,7 +172,7 @@ hr { .blog-container { width: 95%; max-width: 68.75rem; - background-color: black; + background-color: #101010; color: #dddddd; border-radius: 2rem; overflow: hidden;