mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-04-16 17:47:52 +00:00
parent
07831df2d3
commit
a880b1d5c5
1 changed files with 4 additions and 1 deletions
|
@ -459,7 +459,10 @@ div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #a22;}
|
|||
height: auto;
|
||||
margin-bottom: $-l;
|
||||
border: 1px solid;
|
||||
@include lightDark(border-color, #DDD, #111)
|
||||
@include lightDark(border-color, #DDD, #111);
|
||||
}
|
||||
html.dark-mode .CodeMirror pre {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.cm-s-mdn-like .CodeMirror-gutters { background: #f8f8f8; border-left: 0; color: #333; }
|
||||
|
|
Loading…
Add table
Reference in a new issue