We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 067fbce commit ef12969Copy full SHA for ef12969
1 file changed
static/css/v3/user-card.css
@@ -212,6 +212,15 @@ html.dark .user-card--green.card {
212
background-color: var(--user-card-cta-bg-hover);
213
}
214
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
224
/* ==========================================================================
225
Tablet
226
========================================================================== */
0 commit comments