Skip to content

Commit 345d70a

Browse files
committed
fix: remove darker grey tone override for colored cards backgrounds
1 parent 2fd42a4 commit 345d70a

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

static/css/v3/card.css

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,6 @@
3939
background: var(--color-surface-weak-accent-teal);
4040
}
4141

42-
html.dark .basic-card--green,
43-
html.dark .basic-card--yellow,
44-
html.dark .basic-card--teal {
45-
background: var(--color-surface-mid);
46-
}
47-
4842
.wide-card {
4943
max-width: 696px;
5044
}

0 commit comments

Comments
 (0)