make doc page code css less annoying
This commit is contained in:
parent
0d614ed7a1
commit
b4dc8d2d58
2 changed files with 2 additions and 2 deletions
|
@ -247,7 +247,7 @@ Document
|
|||
*/
|
||||
|
||||
.OxThemeClassic .OxDocument code {
|
||||
color: rgb(0, 0, 128);
|
||||
color: rgb(0, 0, 64);
|
||||
//background: rgb(255, 255, 255);
|
||||
}
|
||||
.OxThemeClassic .OxDocument div {
|
||||
|
|
|
@ -243,7 +243,7 @@ Document
|
|||
*/
|
||||
|
||||
.OxThemeModern .OxDocument code {
|
||||
color: rgb(128, 128, 255);
|
||||
color: rgb(192, 192, 255);
|
||||
}
|
||||
.OxThemeModern .OxDocument div {
|
||||
border-color: rgb(48, 48, 48);
|
||||
|
|
Loading…
Reference in a new issue