mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-27 01:33:04 +00:00
attachments: use title text color for default styling #173
This commit is contained in:
parent
00025afdee
commit
198c2d1a00
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue