forked from 0x2620/oxjs
update SourceCode CSS
This commit is contained in:
parent
5dc654ad6d
commit
e791e93a65
2 changed files with 29 additions and 21 deletions
|
|
@ -696,8 +696,13 @@ SyntaxHighlighter
|
|||
color: rgb(128, 0, 0);
|
||||
font-weight: bold;
|
||||
}
|
||||
.OxThemeClassic .OxSourceCode .OxError {
|
||||
color: rgb(255, 255, 255);
|
||||
background: rgb(255, 0, 0);
|
||||
font-weight: bold;
|
||||
}
|
||||
.OxThemeClassic .OxSourceCode .OxIdentifier {
|
||||
color: rgb(0, 0, 0);
|
||||
color: rgb(192, 192, 192);
|
||||
}
|
||||
.OxThemeClassic .OxSourceCode .OxKeyword {
|
||||
color: rgb(0, 0, 128);
|
||||
|
|
@ -705,8 +710,6 @@ SyntaxHighlighter
|
|||
}
|
||||
.OxThemeClassic .OxSourceCode .OxLinebreak {
|
||||
color: rgb(192, 192, 192);
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
.OxThemeClassic .OxSourceCode .OxMethod {
|
||||
color: rgb(0, 128, 128);
|
||||
|
|
@ -739,7 +742,7 @@ SyntaxHighlighter
|
|||
}
|
||||
.OxThemeClassic .OxSourceCode .OxWhitespace.OxLeading,
|
||||
.OxThemeClassic .OxSourceCode .OxWhitespace.OxTrailing {
|
||||
background: rgb(255, 128, 128);
|
||||
background: rgb(255, 255, 0);
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue