make blurred state clearer in github theme
This commit is contained in:
parent
a78bf8e5ef
commit
1c1d56b3ea
1 changed files with 4 additions and 1 deletions
|
|
@ -68,9 +68,12 @@
|
|||
color: black;
|
||||
}
|
||||
|
||||
.ace-github .ace_marker-layer .ace_active-line {
|
||||
.ace-github.ace_focus .ace_marker-layer .ace_active-line {
|
||||
background: rgb(255, 255, 204);
|
||||
}
|
||||
.ace-github .ace_marker-layer .ace_active-line {
|
||||
background: rgb(245, 245, 245);
|
||||
}
|
||||
|
||||
.ace-github .ace_marker-layer .ace_selection {
|
||||
background: rgb(181, 213, 255);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue