diff options
| -rw-r--r-- | static/input.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/static/input.css b/static/input.css index a4f95fa..40082c8 100644 --- a/static/input.css +++ b/static/input.css @@ -21,6 +21,11 @@ html { --split-right-position: left; } +body { + scrollbar-width: thin; + scrollbar-color: var(--background-light-color) var(--main-soft-color); +} + @media screen and (min-width: 640px) and (min-height: 640px) { html { font-size: 14px; |