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 9149f52ae59ba594d12d43912bf71c0aaedc1ded
parent 7c6e2b9f65f89bb628935d68eea55a8e915c80be
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Sat,  6 Mar 2021 23:40:56 +0100

Fix color of calendar text

Diffstat:
Mstylesheets/dark.css | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/stylesheets/dark.css b/stylesheets/dark.css @@ -3,6 +3,10 @@ body { color: white; } +main { + color: white; +} + footer.social a.lang { border-color: white; }