]> cat aescling's git repositories - mastodon.git/commitdiff
[Glitch] Update reset.scss from upstream
authorThibaut Girka <thib@sitedethib.com>
Tue, 6 Nov 2018 15:03:53 +0000 (16:03 +0100)
committerThibaut Girka <thib@sitedethib.com>
Tue, 6 Nov 2018 15:03:53 +0000 (16:03 +0100)
app/javascript/flavours/glitch/styles/reset.scss

index cc5ba9d7c8ce75485ffa0fc19734f80611296ae7..e24ba8c1c015dff42f2acfd0f916cc8279b30931 100644 (file)
@@ -53,9 +53,13 @@ table {
   border-spacing: 0;
 }
 
+html {
+  scrollbar-color: lighten($ui-base-color, 4%) transparent;
+}
+
 ::-webkit-scrollbar {
-  width: 8px;
-  height: 8px;
+  width: 12px;
+  height: 12px;
 }
 
 ::-webkit-scrollbar-thumb {
This page took 0.023797 seconds and 3 git commands to generate.