Make <a> underlined and animated
This commit is contained in:
parent
deabfa8d93
commit
014a1ccf38
@ -761,6 +761,18 @@ img.mind-post_feature-image {
|
|||||||
margin: 0 0 1em;
|
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 {
|
/*.mind-post_content a {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
@ -858,6 +870,10 @@ if an image has a description, class ".kg-card-hascaption" is applied to the con
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.kg-bookmark-card a {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
.kg-bookmark-container {
|
.kg-bookmark-container {
|
||||||
display: flex;
|
display: flex;
|
||||||
min-height: 148px;
|
min-height: 148px;
|
||||||
|
Loading…
Reference in New Issue
Block a user