From 1b8e67217e0888656053503cc8dd3af757010f8d Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Sat, 13 Feb 2021 21:55:20 +0100 Subject: Tweak scrollbar color Don't bother with programs page, since it will be completely revamped. --- "stylesheets/actualit\303\251s.css" | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git "a/stylesheets/actualit\303\251s.css" "b/stylesheets/actualit\303\251s.css" index d8f04b8..f1071e1 100644 --- "a/stylesheets/actualit\303\251s.css" +++ "b/stylesheets/actualit\303\251s.css" @@ -2,7 +2,7 @@ max-height: 60vh; overflow: auto; scrollbar-width: thin; - scrollbar-color: darkblue #8ad; + scrollbar-color: black #ddd; } #event-list::-webkit-scrollbar { @@ -11,11 +11,11 @@ } #event-list::-webkit-scrollbar-track { - background: #8ad; + background: #ddd; } #event-list::-webkit-scrollbar-thumb { - background: darkblue; + background: black; } .events { -- cgit v1.2.3