diff --git a/community/tools/cards/DefaultColourMappings.multids b/community/tools/cards/DefaultColourMappings.multids index 5ff375c108..faa60e49a9 100644 --- a/community/tools/cards/DefaultColourMappings.multids +++ b/community/tools/cards/DefaultColourMappings.multids @@ -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 diff --git a/community/tools/cards/Styles.tid b/community/tools/cards/Styles.tid index 22c2e9d1cd..18d9ee4d2c 100644 --- a/community/tools/cards/Styles.tid +++ b/community/tools/cards/Styles.tid @@ -11,6 +11,7 @@ tags: $:/tags/Stylesheet margin-bottom: 8px; background: <>; color: <>; + fill: <>; box-shadow: 0 1px 3px 0 <>, 0 0 0 1px <>; 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: <>; color: <>; + fill: <>; }