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 {
|
.OxThemeClassic .OxDocument code {
|
||||||
color: rgb(0, 0, 128);
|
color: rgb(0, 0, 64);
|
||||||
//background: rgb(255, 255, 255);
|
//background: rgb(255, 255, 255);
|
||||||
}
|
}
|
||||||
.OxThemeClassic .OxDocument div {
|
.OxThemeClassic .OxDocument div {
|
||||||
|
|
|
@ -243,7 +243,7 @@ Document
|
||||||
*/
|
*/
|
||||||
|
|
||||||
.OxThemeModern .OxDocument code {
|
.OxThemeModern .OxDocument code {
|
||||||
color: rgb(128, 128, 255);
|
color: rgb(192, 192, 255);
|
||||||
}
|
}
|
||||||
.OxThemeModern .OxDocument div {
|
.OxThemeModern .OxDocument div {
|
||||||
border-color: rgb(48, 48, 48);
|
border-color: rgb(48, 48, 48);
|
||||||
|
|
Loading…
Add table
Reference in a new issue