From ee34d8e3c0b7a09ef35876fe88e02946c4832f22 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Wed, 18 Dec 2019 19:21:19 -0500 Subject: [PATCH] Add firefox scrollbar styling --- style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/style.css b/style.css index 71e0023..64d0210 100644 --- a/style.css +++ b/style.css @@ -806,6 +806,8 @@ body.dark .meterLabel { .log { --fade-animation: none; + scrollbar-color: #e1e1e1 #888; + scrollbar-width: thin; } .log > div {