From ad8e0b4783713e0beeae9331c4a5d484d0111cdb Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Sun, 22 May 2022 12:44:37 +0200 Subject: [PATCH] Use gray font instead of reduced opacity for translation contributors list This way the contributors are listed in link color with full opacity. --- blog/sass/css/edition-2/main.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/sass/css/edition-2/main.scss b/blog/sass/css/edition-2/main.scss index 53f7932c..0065e686 100644 --- a/blog/sass/css/edition-2/main.scss +++ b/blog/sass/css/edition-2/main.scss @@ -591,7 +591,7 @@ main img { display: block; margin-top: 0.5rem; font-size: 0.9rem; - opacity: 0.7; + color: gray; } .post-category {