0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00

👀 bugfix editor text selection colour

This commit is contained in:
John O'Nolan 2017-06-21 13:39:35 +01:00
parent 32f419e87c
commit 9296db0ae8

View file

@ -489,6 +489,10 @@
border-color: color(var(--lightgrey) l(-5%)); border-color: color(var(--lightgrey) l(-5%));
} }
.CodeMirror .CodeMirror-selectedtext {
color: #000;
}
.CodeMirror .CodeMirror-selected { .CodeMirror .CodeMirror-selected {
background: color(var(--blue) lightness(+30%)); background: color(var(--blue) lightness(+30%));
} }