[PLUGIN][AttachmentCollections] Dark mode

This commit is contained in:
Phablulo Joel 2021-12-28 12:38:05 -03:00
parent 25120c6630
commit f9bc1c790f
1 changed files with 6 additions and 0 deletions

View File

@ -92,6 +92,12 @@
.attachment-collections-list .attachment-collection-item details {
margin-top: 12px;
}
.attachment-collections-list .attachment-collection-item svg {
fill: var(--foreground);
}
.attachment-collections-list .attachment-collection-item svg:hover {
fill: var(--accent);
}
.attachment-collections-list .attachment-collection-item details label {
display: none;
}