From 532b7b351ad54bb76b424b35a88ad53c93fd0568 Mon Sep 17 00:00:00 2001 From: Francesco Date: Mon, 22 Apr 2024 14:00:52 +0200 Subject: [PATCH] Theme Update --- assets/css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/main.css b/assets/css/main.css index 0dc0584..0c4c7f4 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -8,7 +8,7 @@ html { body { font-family: "Literata"; font-size: 1rem; - color: #222; + color: rgb(30, 30, 30); line-height: 1.3rem; margin: auto; max-width: var(--main-width);