Fixed typography inconsistency in the publish flow

refs https://github.com/TryGhost/Team/issues/2812
This commit is contained in:
Sodbileg Gansukh 2023-05-22 17:31:06 +08:00
parent 8f6d94cd5d
commit f4bb135f9c

View File

@ -717,6 +717,7 @@
}
.gh-publish-confirmation {
margin-top: -2rem;
margin-bottom: 5rem;
color: var(--black);
font-size: 1.8rem;
@ -780,9 +781,15 @@
.gh-back-to-editor {
color: var(--midgrey);
font-size: 1.6rem;
font-size: 1.35rem;
font-weight: 400;
letter-spacing: .4px;
transition: color .2s ease;
-webkit-font-smoothing: subpixel-antialiased;
}
.gh-back-to-editor:hover {
color: var(--darkgrey);
}
.gh-post-bookmark-wrapper {