commit: 6b67c095bfe837bcc2ab99944f028480e0823d0a
parent b8b7ae856463b69baf1e08499aea130e2f1174ef
Author: Henry Jameson <me@hjkos.com>
Date: Thu, 7 Apr 2022 16:07:47 +0300
make scrollbars use button roundness
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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));