diff options
Diffstat (limited to 'stylesheets/quatuor.css')
| -rw-r--r-- | stylesheets/quatuor.css | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/stylesheets/quatuor.css b/stylesheets/quatuor.css index 26caa77..7487cac 100644 --- a/stylesheets/quatuor.css +++ b/stylesheets/quatuor.css @@ -1,20 +1,20 @@ #bio .emph1 { - font-weight: bold; - color: #42662a; + font-weight: 600; + color: #467d20; } #bio .emph2 { - font-weight: bold; + font-weight: 600; color: var(--gold); } #bio .emph3 { - font-weight: bold; + font-weight: 600; color: #404040; } #photos p.name { - font-weight: bold; + font-weight: 600; } #photos p.instrument { |
