Make <a> 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).
This commit is contained in:
Lorenzo Dellacà 2021-01-03 15:59:55 +01:00
parent 2858f82b3a
commit d976eaed0c

@ -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;