diff options
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) { |
