From 0857ecaff5202b91d40da8671dad6a5e8c30eeca Mon Sep 17 00:00:00 2001 From: FiliusPatris Date: Fri, 23 Apr 2021 17:45:36 +0200 Subject: [PATCH] Style the scrollbar for Firefox --- data/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/data/style.css b/data/style.css index ca4e70b..9051d12 100644 --- a/data/style.css +++ b/data/style.css @@ -6,6 +6,7 @@ body { padding: 0 16px ; margin-bottom: 500px ; font-family: sans-serif ; + scrollbar-color: white #151515; } a { @@ -51,6 +52,7 @@ img[alt="XMR Logo"] { body { background: white ; color: black ; + scrollbar-color: black white; } a { color: blue ;