From d976eaed0c960ab97a105cd3811a210aa6e9c7aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenzo=20Dellac=C3=A0?= Date: Sun, 3 Jan 2021 15:59:55 +0100 Subject: [PATCH] Make tag less bright It was completely white before, and it had too much contrast in comparison to the rest of the text. Now, it's rgb(220, 220, 220). --- assets/css/screen.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/screen.css b/assets/css/screen.css index a01d4b8..4187b11 100755 --- a/assets/css/screen.css +++ b/assets/css/screen.css @@ -764,7 +764,7 @@ img.mind-post_feature-image { .mind-post_content a { text-decoration: underline; - color: white; + color: rgb(220, 220, 220); text-decoration-color: rgb(133, 179, 179); /* darker paleturquoise */ text-underline-position: under; transition: 0.3s;