Use dark grey instead of pure black for background

This commit is contained in:
Leilukin 2023-11-05 19:07:02 +08:00 committed by Helen Chong
parent f1961d7416
commit 7e51034bb8

View File

@ -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;