More styling tweaks

This commit is contained in:
Jeremy Ruston
2025-05-23 12:25:25 +01:00
parent fb8f01ee89
commit 30afbb5578
2 changed files with 4 additions and 2 deletions
@@ -2,8 +2,8 @@ title: $:/config/DefaultColourMappings/
community-card-background: #ffffee
community-card-foreground: #441111
community-card-dark-shadow: #bcbdbd
community-card-shadow: #d4d4d5
community-card-dark-shadow: rgba(188, 189, 189, 0.5)
community-card-shadow: rgba(212, 212, 213, 0.5)
community-card-header-background: #9e3060
community-card-header-foreground: #ddddee
community-card-team-header-background: #306090
+2
View File
@@ -11,6 +11,7 @@ tags: $:/tags/Stylesheet
margin-bottom: 8px;
background: <<colour community-card-background>>;
color: <<colour community-card-foreground>>;
fill: <<colour community-card-foreground>>;
box-shadow: 0 1px 3px 0 <<colour community-card-shadow>>, 0 0 0 1px <<colour community-card-shadow>>;
transition: box-shadow 0.3s ease,transform .3s ease;
}
@@ -30,6 +31,7 @@ tags: $:/tags/Stylesheet
.tc-community-card.tc-community-card-team .tc-community-card-header-link {
background: <<colour community-card-team-header-background>>;
color: <<colour community-card-team-header-foreground>>;
fill: <<colour community-card-team-header-foreground>>;
}