diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2025-02-05 18:27:21 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-05 18:27:21 +0000 |
commit | 099fc9a8f3e1f54cb3fab702b629468c2e53adad (patch) | |
tree | dd725ccc171509ddd5a2bb7a669603f135a978ea | |
parent | Reorganize imports to be more consistent (diff) | |
parent | Change font-weight from 300 to normal to improve readability (diff) | |
download | miniserve-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.scss | 2 |
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; |