forked from 0x2620/oxjs
some improvements to syntax highlighter
This commit is contained in:
parent
0b629a1b40
commit
30ebbee085
5 changed files with 76 additions and 64 deletions
|
|
@ -421,6 +421,9 @@ SyntaxHighlighter
|
|||
.OxThemeClassic .OxSourceCode .OxTab {
|
||||
color: rgb(192, 192, 192);
|
||||
}
|
||||
.OxThemeClassic .OxSourceCode .OxWhitespace {
|
||||
color: rgb(192, 192, 192);
|
||||
}
|
||||
.OxThemeClassic .OxSourceCode .OxWhitespace.OxLeading,
|
||||
.OxThemeClassic .OxSourceCode .OxWhitespace.OxTrailing {
|
||||
background: rgb(255, 128, 128);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue