Fix colors for .post-full-custom-excerpt class and <a> tag (also in darkmode)
This commit is contained in:
parent
129fc1973f
commit
fed5264be8
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue
Block a user