quatuorbellefeuille.com

Content, build scripts and admin scripts for the Bellefeuille Quartet website.
git clone https://git.kevinlegouguec.net/quatuorbellefeuille.com
Log | Files | Refs

commit 1b8e67217e0888656053503cc8dd3af757010f8d
parent ce8851efc5ab26e6e40bcafd4d0ae2b6c3fac839
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Sat, 13 Feb 2021 21:55:20 +0100

Tweak scrollbar color

Don't bother with programs page, since it will be completely revamped.

Diffstat:
Mstylesheets/actualités.css | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/stylesheets/actualités.css b/stylesheets/actualités.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 {