0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-01 02:41:39 -05:00

Fixed post preview icons in dark mode (#18517)

No ref
This commit is contained in:
Sanne de Vries 2023-10-06 13:03:58 +02:00 committed by GitHub
parent 991f815a51
commit dc11270954
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -61,6 +61,7 @@
max-width: 20px;
vertical-align: middle;
fill: var(--midgrey);
color: var(--midgrey);
}
.gh-publish-preview-newtab {

View file

@ -450,6 +450,7 @@ Usage: CTA buttons grouped together horizontally.
.gh-btn-group .gh-btn-group-selected svg {
fill: var(--black);
color: var(--black);
}
.gh-btn-group.icons .gh-btn {