Darken metadata for better readability with Didact Gothic

Because the font really is very thin!
This commit is contained in:
Badri Sunderarajan 2021-12-09 19:11:43 +05:30
parent ccca1670ee
commit f6691c3018
3 changed files with 5 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

@ -886,7 +886,7 @@ body:not(.gh-head-open) .gh-burger:hover .gh-burger-inner::after {
display: flex;
flex-direction: column;
margin: 0 0 0 8px;
color: color-mod(var(--color-midgrey) l(+10%));
color: color-mod(var(--color-darkgrey) l(+10%));
font-size: 1.4rem;
line-height: 1.2em;
font-weight: 400;
@ -897,7 +897,7 @@ body:not(.gh-head-open) .gh-burger:hover .gh-burger-inner::after {
}
.post-card-byline-content a {
color: color-mod(var(--color-darkgrey) l(+15%));
color: color-mod(var(--color-darkgrey) l(+5%));
font-weight: 600;
}
@ -1585,7 +1585,7 @@ Ghost editor. */
}
.article-byline-meta {
color: color-mod(var(--color-midgrey));
color: color-mod(var(--color-darkgrey));
font-size: 1.4rem;
line-height: 1.2em;
}