chore(memberListActivities): linter be happy pls

This commit is contained in:
D3SOX 2024-04-15 00:27:26 +02:00
parent e87ced9f9d
commit 57f548cb69
No known key found for this signature in database
GPG key ID: 39EC1673FC37B048

View file

@ -41,7 +41,7 @@
.vc-mla-activity-divider { .vc-mla-activity-divider {
width: 100%; width: 100%;
border-top: 1px dotted rgba(255, 255, 255, 0.2); border-top: 1px dotted rgba(255, 255, 255, 20%);
margin-top: 3px; margin-top: 3px;
margin-bottom: 3px; margin-bottom: 3px;
} }
@ -49,6 +49,5 @@
.vc-mla-activity-details { .vc-mla-activity-details {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
/* discord gray */
color: var(--text-muted); color: var(--text-muted);
} }