make doc page code css less annoying

This commit is contained in:
rolux 2012-06-27 14:55:13 +02:00
parent 0d614ed7a1
commit b4dc8d2d58
2 changed files with 2 additions and 2 deletions

View file

@ -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 {

View file

@ -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);