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:
parent
32f419e87c
commit
9296db0ae8
1 changed files with 4 additions and 0 deletions
|
@ -489,6 +489,10 @@
|
|||
border-color: color(var(--lightgrey) l(-5%));
|
||||
}
|
||||
|
||||
.CodeMirror .CodeMirror-selectedtext {
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.CodeMirror .CodeMirror-selected {
|
||||
background: color(var(--blue) lightness(+30%));
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue