From 1291b00d2f3820e8cc997f3e3293a8ad4cc68ead Mon Sep 17 00:00:00 2001 From: CrimsonTome Date: Mon, 26 Dec 2022 13:38:41 +0000 Subject: [PATCH] chore: make text more visible by dimming bg --- css/index.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/index.css b/css/index.css index 0037357..04b9fa4 100644 --- a/css/index.css +++ b/css/index.css @@ -111,6 +111,7 @@ main { padding: 1rem; grid-area: content; justify-self: center; + background: hsla(0, 0%, 10%, 0.6); } main :first-child {