Bump font-weight to 400 from 100

This commit is contained in:
Matthias Portzel 2023-09-15 10:59:09 -04:00
parent 6390717c34
commit 36d1ff07d3
1 changed files with 2 additions and 2 deletions

View File

@ -191,7 +191,7 @@ h1, h1 a {
overflow: auto;
font-size: 14px;
color: var(--accent-color);
font-weight: 100;
font-weight: 400;
margin-top: 16px;
}
@ -294,7 +294,7 @@ header#main-header {
}
.nav a, .nav a:visited {
font-weight: 100;
font-weight: 400;
color: var(--accent-color);
}