Tweak font weights
This commit is contained in:
parent
09d8f19fe6
commit
a93394c97d
|
@ -151,7 +151,7 @@ body {
|
||||||
.rss {
|
.rss {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
font-size: 0.75rem;
|
font-size: 0.75rem;
|
||||||
font-weight: lighter;
|
font-weight: 300;
|
||||||
color: var(--secondary-ui-text-color);
|
color: var(--secondary-ui-text-color);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -190,7 +190,7 @@ article {
|
||||||
.article-meta {
|
.article-meta {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
font-size: 0.9rem;
|
font-size: 0.9rem;
|
||||||
font-weight: lighter;
|
font-weight: 300;
|
||||||
color: var(--secondary-ui-text-color);
|
color: var(--secondary-ui-text-color);
|
||||||
|
|
||||||
a { text-decoration: underline; }
|
a { text-decoration: underline; }
|
||||||
|
|
Loading…
Reference in New Issue