mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-29 15:12:58 +03:00
Fix relative em sizing bug
This commit is contained in:
parent
4ff2e0ad52
commit
55576226ab
@ -192,10 +192,13 @@
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
font-family: $font-family-mono;
|
||||
font-size: 1.4em;
|
||||
line-height: 1.56em;
|
||||
color: lighten($darkgrey, 10%);
|
||||
|
||||
pre {
|
||||
font-size: 1.6rem;
|
||||
line-height: 1.56em;
|
||||
font-family: $font-family-mono;
|
||||
color: lighten($darkgrey, 10%);
|
||||
}
|
||||
|
||||
.CodeMirror-focused,
|
||||
.CodeMirror-selected {
|
||||
|
Loading…
Reference in New Issue
Block a user