Merge pull request #3978 from nwmac/doc-icon-dark-theem-fix

[master] Fix svg icon color in doc page
This commit is contained in:
Neil MacDougall 2021-08-24 12:36:08 +01:00 committed by GitHub
commit 98b5ba042b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -235,6 +235,10 @@ export default {
border-radius: 5px; border-radius: 5px;
margin: 0 5px; margin: 0 5px;
} }
svg.doc-icon {
fill: var(--body-text);
}
} }
.doc-content-document { .doc-content-document {