mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Fix relative em sizing bug
This commit is contained in:
parent
586de0141d
commit
e502183f48
1 changed files with 7 additions and 4 deletions
|
@ -192,10 +192,13 @@
|
||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
font-family: $font-family-mono;
|
|
||||||
font-size: 1.4em;
|
pre {
|
||||||
|
font-size: 1.6rem;
|
||||||
line-height: 1.56em;
|
line-height: 1.56em;
|
||||||
|
font-family: $font-family-mono;
|
||||||
color: lighten($darkgrey, 10%);
|
color: lighten($darkgrey, 10%);
|
||||||
|
}
|
||||||
|
|
||||||
.CodeMirror-focused,
|
.CodeMirror-focused,
|
||||||
.CodeMirror-selected {
|
.CodeMirror-selected {
|
||||||
|
|
Loading…
Reference in a new issue