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