attachments: use title text color for default styling #173

This commit is contained in:
Sören Weber 2022-02-08 20:19:24 +01:00
parent 00025afdee
commit 198c2d1a00
No known key found for this signature in database
GPG key ID: 07D17FF580AE7589

View file

@ -574,7 +574,7 @@ div.attachments.neutral {
background-color: transparent;
}
div.attachments.neutral > div.label {
color: var(--MAIN-TEXT-color);
color: var(--MAIN-TITLES-TEXT-color);
}
/* Children shortcode */