diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2021-02-11 22:30:31 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2021-02-11 22:30:31 +0100 |
| commit | 163b206375206dfe8d9b96a79a9bed9016488150 (patch) | |
| tree | 66e343098c856f45dbd8909957feb11d62534340 /stylesheets/quatuor.css | |
| parent | 9cd2d93f4dbb019a52902394dc9e844c2ef7addb (diff) | |
| download | quatuorbellefeuille.com-163b206375206dfe8d9b96a79a9bed9016488150.tar.xz | |
Add some emphasis to ensemble bio
Diffstat (limited to 'stylesheets/quatuor.css')
| -rw-r--r-- | stylesheets/quatuor.css | 24 |
1 files changed, 20 insertions, 4 deletions
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) { |
