Hover effect

This commit is contained in:
Sodbileg Gansukh 2022-05-26 16:25:05 +08:00
parent f5cb9a73d0
commit 08b3054ada
3 changed files with 14 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -357,6 +357,10 @@ body:not(.has-cover) .site-header-content:not(.left-aligned) {
color: inherit;
}
.gh-head-menu .nav a:hover {
opacity: 0.9;
}
/* Secondary Navigation
/* ---------------------------------------------------------- */
@ -372,6 +376,10 @@ body:not(.has-cover) .site-header-content:not(.left-aligned) {
color: #fff;
}
.gh-social-link:hover {
opacity: 0.9;
}
.gh-social-link svg {
width: 18px;
height: 18px;
@ -721,6 +729,10 @@ body:not(.gh-head-open) .gh-burger:hover .gh-burger-inner::after {
font-weight: 800;
}
.post-card-content-link:hover .post-card-title {
opacity: 0.9;
}
.no-image .post-card-title {
margin-top: 0;
}