width: 100% !important;
height: 100% !important;
border: none !important;
- background: white !important;
+ /*background: white !important;*/
padding-left: 1em !important;
overflow: hidden !important;
white-space: pre !important;
color: black !important;
}
+/*
.syntaxhighlighter {
background-color: white !important;
}
.syntaxhighlighter .line.highlighted.alt1, .syntaxhighlighter .line.highlighted.alt2 {
background-color: #e0e0e0 !important;
}
+*/
+
.syntaxhighlighter .line.highlighted.number {
color: black !important;
}
}
.syntaxhighlighter .gutter .line.highlighted {
background-color: #6ce26c !important;
- color: white !important;
+ /*color: white !important;*/
}
.syntaxhighlighter.printing .line .content {
border: none !important;
}
.syntaxhighlighter.collapsed .toolbar {
color: blue !important;
- background: white !important;
+ /*background: white !important;*/
border: 1px solid #6ce26c !important;
}
.syntaxhighlighter.collapsed .toolbar a {
* @license
* Dual licensed under the MIT and GPL licenses.
*/
+
+/*
.syntaxhighlighter {
background-color: white !important;
}
.syntaxhighlighter .line.highlighted.alt1, .syntaxhighlighter .line.highlighted.alt2 {
background-color: #e0e0e0 !important;
}
+*/
+
.syntaxhighlighter .line.highlighted.number {
color: black !important;
}