summaryrefslogtreecommitdiff
path: root/stylesheets
diff options
context:
space:
mode:
Diffstat (limited to 'stylesheets')
-rw-r--r--stylesheets/programmes.css6
1 files changed, 4 insertions, 2 deletions
diff --git a/stylesheets/programmes.css b/stylesheets/programmes.css
index 0ad429e..32175d4 100644
--- a/stylesheets/programmes.css
+++ b/stylesheets/programmes.css
@@ -34,7 +34,8 @@ details.program > summary > .name {
details.program[open] > summary > .name,
details.program[open] > summary > .composers {
- color: var(--gold);
+ color: #e05a00;
+ font-weight: bold;
}
details.program > summary > img.button {
@@ -58,7 +59,8 @@ details.program > summary ~ * {
}
details.program > *:nth-child(3) {
- color: #e05a00;
+ color: var(--gold);
+ font-weight: bold;
}
details.program blockquote p::before {