Tweak font weights

This commit is contained in:
Shadowfacts 2022-03-20 14:48:40 -04:00
parent 09d8f19fe6
commit a93394c97d
1 changed files with 2 additions and 2 deletions

View File

@ -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; }