Skip to content

Commit ad585fc

Browse files
committed
chore: move dark mode css to basic-card
1 parent 0cdd202 commit ad585fc

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

static/css/v3/card.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,12 @@
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+
4248
.wide-card {
4349
max-width: 696px;
4450
}

static/css/v3/release-detail.css

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -172,9 +172,3 @@ body:has(.releases-v3) .hero-library--no-image {
172172
max-width: 100px;
173173
}
174174
}
175-
176-
html.dark .release-detail__bottom-cards .basic-card--green,
177-
html.dark .release-detail__bottom-cards .basic-card--yellow,
178-
html.dark .release-detail__bottom-cards .basic-card--teal {
179-
background: var(--color-surface-mid);
180-
}

0 commit comments

Comments
 (0)