Make light-on-dark text more readable
1 files changed, 1 insertions(+), 1 deletions(-) M assets/css/style.css
M assets/css/style.css => assets/css/style.css +1 -1
@@ 24,7 24,7 @@ @media (prefers-color-scheme: dark) { :root { - --font-weight-normal: 300; + --font-weight-normal: 400; --font-weight-bold: 600; --color-bg: #111111;