move background color to the root element
This commit is contained in:
parent
0e1d74622b
commit
968688fb40
55 changed files with 97 additions and 163 deletions
|
|
@ -5,8 +5,9 @@
|
|||
color: #AAA;
|
||||
}
|
||||
|
||||
.ace-github .ace_scroller {
|
||||
.ace-github {
|
||||
background: #fff;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.ace-github .ace_keyword {
|
||||
|
|
@ -63,9 +64,6 @@
|
|||
font-weight: bold;
|
||||
}
|
||||
|
||||
.ace-github .ace_text-layer {
|
||||
}
|
||||
|
||||
.ace-github .ace_cursor {
|
||||
border-left: 2px solid black;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue