summaryrefslogtreecommitdiff
path: root/stylesheets
diff options
context:
space:
mode:
Diffstat (limited to 'stylesheets')
-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 {