From bfcd80a0f2eedb0a9380d4895aca91135c6d642f Mon Sep 17 00:00:00 2001 From: tobi <31960611+tsmethurst@users.noreply.github.com> Date: Fri, 12 Aug 2022 13:11:43 +0200 Subject: [frontend] Style scrollbars site-wide (not just in code) (#753) --- web/source/css/base.css | 1 + 1 file changed, 1 insertion(+) (limited to 'web/source/css/base.css') diff --git a/web/source/css/base.css b/web/source/css/base.css index 5f07fb847..ba9fef606 100644 --- a/web/source/css/base.css +++ b/web/source/css/base.css @@ -42,6 +42,7 @@ html, body { background: $bg; color: $fg; font-family: "Noto Sans", sans-serif; + scrollbar-color: $sloth_orange1 $sloth_gray2_darker3; } body { -- cgit v1.2.3