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 ce251cd4325be608fdffc93ac9891c8685a8f81e
parent 163b206375206dfe8d9b96a79a9bed9016488150
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Thu, 11 Feb 2021 22:36:52 +0100

Emphasize instruments less

Or more, since the lack of bold contrasts with bold names.

Diffstat:
Mstylesheets/quatuor.css | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/stylesheets/quatuor.css b/stylesheets/quatuor.css @@ -14,6 +14,10 @@ } +#photos p.name { + font-weight: bold; +} + #photos p.instrument { color: #805900; } @@ -56,7 +60,6 @@ #photos p { margin: 0; - font-weight: bold; } }