summaryrefslogtreecommitdiff
path: root/stylesheets
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2021-02-13 18:39:06 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2021-02-13 18:39:40 +0100
commit4febf4b269e00660ee1354a1b5080f9981c4a1f8 (patch)
tree060cecb8ae462d8b1a013583bcde22726a6f1605 /stylesheets
parent42d88baa30baa72f60832ddee3b30144bdf99036 (diff)
downloadquatuorbellefeuille.com-4febf4b269e00660ee1354a1b5080f9981c4a1f8.tar.xz
Add colors to individual bio texts
Diffstat (limited to 'stylesheets')
-rw-r--r--stylesheets/membre.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/stylesheets/membre.css b/stylesheets/membre.css
index 2f52b7b..4905299 100644
--- a/stylesheets/membre.css
+++ b/stylesheets/membre.css
@@ -15,6 +15,7 @@ main > * {
#bio h1 {
text-transform: uppercase;
+ color: var(--member-h1);
}
#bio dt, #bio dd {
@@ -23,6 +24,7 @@ main > * {
#bio dt {
font-weight: bold;
+ color: var(--member-dt);
}
#bio dd {