Make <a> underlined and animated

This commit is contained in:
Bea 2020-11-09 23:26:47 +01:00
parent deabfa8d93
commit 014a1ccf38
1 changed files with 16 additions and 0 deletions

View File

@ -761,6 +761,18 @@ img.mind-post_feature-image {
margin: 0 0 1em;
}
.mind-post_content a {
text-decoration: underline;
color: white;
text-decoration-color: rgb(133, 179, 179); /* darker paleturquoise */
text-underline-position: under;
transition: 0.3s;
}
.mind-post_content a:hover {
color: paleturquoise;
}
/*.mind-post_content a {
position: relative;
}
@ -858,6 +870,10 @@ if an image has a description, class ".kg-card-hascaption" is applied to the con
margin: 0;
}
.kg-bookmark-card a {
text-decoration: none;
}
.kg-bookmark-container {
display: flex;
min-height: 148px;