From 163b206375206dfe8d9b96a79a9bed9016488150 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Thu, 11 Feb 2021 22:30:31 +0100 Subject: Add some emphasis to ensemble bio --- stylesheets/quatuor.css | 24 ++++++++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) (limited to 'stylesheets') diff --git a/stylesheets/quatuor.css b/stylesheets/quatuor.css index fb60598..d5f7b81 100644 --- a/stylesheets/quatuor.css +++ b/stylesheets/quatuor.css @@ -1,3 +1,23 @@ +#bio .emph1 { + font-weight: bold; + color: #42662a; +} + +#bio .emph2 { + font-weight: bold; + color: var(--gold); +} + +#bio .emph3 { + font-weight: bold; + color: #404040; +} + + +#photos p.instrument { + color: #805900; +} + @media (min-width: 40em) { main { font-size: 1.2rem; @@ -38,10 +58,6 @@ margin: 0; font-weight: bold; } - - #photos p.instrument { - color: #B4860A; /* Darkened --gold. */ - } } @media (max-width: 40em) { -- cgit v1.2.3