Skip to content

Commit c70016c

Browse files
committed
style: update dark mode icon color
1 parent 22c60e9 commit c70016c

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

static/css/v3/avatar.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,3 +150,10 @@
150150
width: var(--avatar-size-xl);
151151
height: var(--avatar-size-xl);
152152
}
153+
154+
/* Dark Mode */
155+
html.dark {
156+
.avatar--collective .avatar__icon {
157+
color: var(--color-icon-reverse);
158+
}
159+
}

0 commit comments

Comments
 (0)