Skip to content

Commit ef12969

Browse files
committed
Fix logged-out CTA dark mode color
1 parent 067fbce commit ef12969

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

static/css/v3/user-card.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,15 @@ html.dark .user-card--green.card {
212212
background-color: var(--user-card-cta-bg-hover);
213213
}
214214

215+
html.dark .user-card--logged-out .btn-teal {
216+
background-color: var(--color-primary-grey-700);
217+
}
218+
219+
html.dark .user-card--logged-out .btn-teal:hover,
220+
html.dark .user-card--logged-out .btn-teal[data-hover] {
221+
background-color: var(--color-primary-grey-600);
222+
}
223+
215224
/* ==========================================================================
216225
Tablet
217226
========================================================================== */

0 commit comments

Comments
 (0)