From fbad4a8fb69f0bd3dd10ecaadaac14055107ef08 Mon Sep 17 00:00:00 2001 From: Marc Date: Sat, 16 May 2020 07:31:50 +0000 Subject: [PATCH] firefox scrollbar now within color scheme --- .config/firefox/userContent.css | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .config/firefox/userContent.css diff --git a/.config/firefox/userContent.css b/.config/firefox/userContent.css new file mode 100644 index 0000000..bc1129d --- /dev/null +++ b/.config/firefox/userContent.css @@ -0,0 +1,6 @@ +/* colors based on plastic color scheme */ + +:root { + scrollbar-color: rgb(158, 196, 0) rgb(33, 37, 43); +} +