summaryrefslogtreecommitdiff
path: root/stylesheets/membre.css
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2021-02-20 12:30:59 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2021-02-20 12:32:11 +0100
commita8ce5a48853ec51216d20aa382233448fd8e4cfe (patch)
tree5d3181d6ee492e267667b7ce6828e6ce8f4e7aeb /stylesheets/membre.css
parentbc14b7c434701a811213d3284f18a42ae4b99589 (diff)
downloadquatuorbellefeuille.com-a8ce5a48853ec51216d20aa382233448fd8e4cfe.tar.xz
Tweak emphasis on instrument
Diffstat (limited to 'stylesheets/membre.css')
-rw-r--r--stylesheets/membre.css11
1 files changed, 8 insertions, 3 deletions
diff --git a/stylesheets/membre.css b/stylesheets/membre.css
index 584e7af..d7eff56 100644
--- a/stylesheets/membre.css
+++ b/stylesheets/membre.css
@@ -7,15 +7,20 @@ main {
main > .bio-title {
grid-column: 1;
grid-row: 1;
- color: var(--member-h1);
}
main > .bio-title > * {
margin: 0;
}
-main > .bio-title > h1 {
+h1.name {
text-transform: uppercase;
+ color: var(--emph1-color);
+}
+
+h2.instrument {
+ font-weight: normal;
+ color: var(--emph2-color);
}
.bio {
@@ -30,7 +35,7 @@ main > .bio-title > h1 {
.bio dt {
font-weight: bold;
- color: var(--member-dt);
+ color: var(--emph2-color);
}
.bio dd {