Skip to content
This repository was archived by the owner on Oct 19, 2018. It is now read-only.

Commit f3885c5

Browse files
author
Barrie Hadfield
committed
white background for editable code
1 parent 7b339ed commit f3885c5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

source/stylesheets/github.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,14 @@
44
font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
55
letter-spacing: 0.0px;
66
word-spacing: 0px;
7-
background: #f3f6fa;
87
color: #000000;
98
}
109
.cm-s-github .CodeMirror-lines {
11-
background: #f3f6fa;
1210
padding: 8px 0;
1311
}
1412
.cm-s-github .CodeMirror-gutters {
1513
box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.5);
1614
-webkit-box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.5);
17-
background-color: #f3f6fa;
1815
padding-right: 10px;
1916
z-index: 3;
2017
border: none;
@@ -23,7 +20,6 @@
2320
border-left: 3px solid #000000;
2421
}
2522
.CodeMirror-scroll {
26-
background-color: #f3f6fa;
2723
}
2824
.cm-s-github .CodeMirror-activeline-background {
2925
background: #00000012;

0 commit comments

Comments
 (0)