aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2025-02-05 18:27:21 +0000
committerGitHub <noreply@github.com>2025-02-05 18:27:21 +0000
commit099fc9a8f3e1f54cb3fab702b629468c2e53adad (patch)
treedd725ccc171509ddd5a2bb7a669603f135a978ea
parentReorganize imports to be more consistent (diff)
parentChange font-weight from 300 to normal to improve readability (diff)
downloadminiserve-099fc9a8f3e1f54cb3fab702b629468c2e53adad.tar.gz
miniserve-099fc9a8f3e1f54cb3fab702b629468c2e53adad.zip
Merge pull request #1471 from shaicoleman/fix-font-weight
Change font-weight from 300 to normal to improve readability
-rw-r--r--data/style.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/style.scss b/data/style.scss
index 32d2989..c2d54f7 100644
--- a/data/style.scss
+++ b/data/style.scss
@@ -16,7 +16,7 @@ html {
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
- font-weight: 300;
+ font-weight: normal;
color: var(--text_color);
background: var(--background);
position: relative;