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:
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;
|
||||
|
Loading…
Reference in New Issue
Block a user