move background color to the root element

This commit is contained in:
nightwing 2013-05-29 00:22:30 +04:00
commit 968688fb40
55 changed files with 97 additions and 163 deletions

View file

@ -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;
}