diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2025-02-07 12:48:50 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-07 12:48:50 +0000 |
commit | 77b1c1cd0bfab5d4dc5e0994050fabd4a19cdd0f (patch) | |
tree | 0b9e157598d2361397ee09e7f196938d284c48f9 /data/style.scss | |
parent | chore: clean up (diff) | |
parent | Add CHANGELOG entry for #1473 (diff) | |
download | miniserve-77b1c1cd0bfab5d4dc5e0994050fabd4a19cdd0f.tar.gz miniserve-77b1c1cd0bfab5d4dc5e0994050fabd4a19cdd0f.zip |
Merge branch 'master' into upload-progress-bar
Diffstat (limited to 'data/style.scss')
-rw-r--r-- | data/style.scss | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/data/style.scss b/data/style.scss index 40b53a4..dc1e585 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; @@ -418,11 +418,12 @@ td.date-cell { color: var(--date_text_color); } -span.size { +span.size, span.mobile-info.history { white-space: nowrap; border-radius: 1rem; background: var(--size_background_color); padding: 0 0.25rem; + margin: 0 0.25rem; font-size: 0.7rem; color: var(--size_text_color); } @@ -431,6 +432,10 @@ span.size { display: none; } +.mobile-info a, .mobile-info a:visited { + color: var(--size_text_color); +} + th a, th a:visited, .chevron { |