Fix colors for .post-full-custom-excerpt class and <a> tag (also in darkmode)

This commit is contained in:
Arkadiusz Wieczorek 2022-01-25 13:17:22 +01:00
parent 129fc1973f
commit fed5264be8
3 changed files with 6 additions and 5 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

@ -997,7 +997,7 @@ make sure this only happens on large viewports / desktop-ish devices.
.post-full-custom-excerpt {
margin: 20px 0 0;
color: var(--midgrey);
color: var(--darkgrey);
font-family: Georgia, serif;
font-size: 2.3rem;
line-height: 1.4em;
@ -2974,7 +2974,7 @@ Usage (In Ghost editor):
}
.post-full-custom-excerpt {
color: color(var(--midgrey) l(+10%));
color: #fff;
}
.post-full-image {
@ -3002,7 +3002,8 @@ Usage (In Ghost editor):
}
.post-full-content a:hover {
color: #fff;
color: color(var(--blue) l(+30%));
box-shadow: inset 0 -1px 0 color(var(--blue) l(+30%));
}
.author-list-item .author-card {