From f5834a2e39f8f18a90ac6fe99245b34fe4bad0d5 Mon Sep 17 00:00:00 2001 From: welpo Date: Sun, 5 Mar 2023 19:50:02 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20style:=20increase=20date=20opaci?= =?UTF-8?q?ty?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sass/parts/_archive.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sass/parts/_archive.scss b/sass/parts/_archive.scss index a48794f..0fdaba4 100644 --- a/sass/parts/_archive.scss +++ b/sass/parts/_archive.scss @@ -1,7 +1,7 @@ .archive { .listing-title { font-size: 1.5rem; - opacity: 0.8; + opacity: 0.9; margin-bottom: 1rem; } @@ -12,7 +12,7 @@ .post-time { width: 4rem; .date { - opacity: 0.4; + opacity: 0.5; } } }