From b4dc8d2d5862699946685ea5ec2722c9d77d4eab Mon Sep 17 00:00:00 2001 From: rolux Date: Wed, 27 Jun 2012 14:55:13 +0200 Subject: [PATCH] make doc page code css less annoying --- source/Ox.UI/themes/classic/css/classic.css | 2 +- source/Ox.UI/themes/modern/css/modern.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/Ox.UI/themes/classic/css/classic.css b/source/Ox.UI/themes/classic/css/classic.css index fd92365c..2c0fd84a 100644 --- a/source/Ox.UI/themes/classic/css/classic.css +++ b/source/Ox.UI/themes/classic/css/classic.css @@ -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 { diff --git a/source/Ox.UI/themes/modern/css/modern.css b/source/Ox.UI/themes/modern/css/modern.css index 182ccc51..51b69c51 100644 --- a/source/Ox.UI/themes/modern/css/modern.css +++ b/source/Ox.UI/themes/modern/css/modern.css @@ -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);