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:
@@ -764,7 +764,7 @@ img.mind-post_feature-image {
|
|||||||
|
|
||||||
.mind-post_content a {
|
.mind-post_content a {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
color: white;
|
color: rgb(220, 220, 220);
|
||||||
text-decoration-color: rgb(133, 179, 179); /* darker paleturquoise */
|
text-decoration-color: rgb(133, 179, 179); /* darker paleturquoise */
|
||||||
text-underline-position: under;
|
text-underline-position: under;
|
||||||
transition: 0.3s;
|
transition: 0.3s;
|
||||||
|
|||||||
Reference in New Issue
Block a user