aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2022-04-07 16:07:47 +0300
committerHenry Jameson <me@hjkos.com>2022-04-07 16:07:47 +0300
commit6b67c095bfe837bcc2ab99944f028480e0823d0a (patch)
treecdb5de7d82ba7c5f11a88d31efd3120240ce313f /src
parentb8b7ae856463b69baf1e08499aea130e2f1174ef (diff)
make scrollbars use button roundness
Diffstat (limited to 'src')
-rw-r--r--src/App.scss1
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));