diff options
| author | Henry Jameson <me@hjkos.com> | 2022-04-07 16:07:47 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2022-04-07 16:07:47 +0300 |
| commit | 6b67c095bfe837bcc2ab99944f028480e0823d0a (patch) | |
| tree | cdb5de7d82ba7c5f11a88d31efd3120240ce313f /src/App.scss | |
| parent | b8b7ae856463b69baf1e08499aea130e2f1174ef (diff) | |
make scrollbars use button roundness
Diffstat (limited to 'src/App.scss')
| -rw-r--r-- | src/App.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/App.scss b/src/App.scss index b02d7f25..1e8f7cdd 100644 --- a/src/App.scss +++ b/src/App.scss @@ -43,6 +43,7 @@ body { color: var(--btnText); background-repeat: no-repeat, no-repeat; + border-radius: var(--btnRadius); &:horizontal { background-size: 50% calc(50% - var(--___bgPadding)), 50% calc(50% - var(--___bgPadding)); |
