From d53048fe74f403cc165fdff97db61d4d20746dda Mon Sep 17 00:00:00 2001 From: a Date: Thu, 6 Jun 2024 03:05:19 -0500 Subject: [PATCH] fix: color of uid on home page --- assets/scss/layouts/index.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/scss/layouts/index.scss b/assets/scss/layouts/index.scss index b480956..9be8e38 100644 --- a/assets/scss/layouts/index.scss +++ b/assets/scss/layouts/index.scss @@ -67,6 +67,7 @@ main.index { font-size: 1rem; display: inline-block; text-decoration: none; + color: inherit; } .p-note {