From b428f3b3e2df5290c9ebc4399f0ae9012ec4fff4 Mon Sep 17 00:00:00 2001 From: rlx <0x0073@0x2620.org> Date: Fri, 5 Aug 2011 18:27:13 +0000 Subject: [PATCH] updating css --- source/Ox.UI/css/Ox.UI.css | 6 ++++++ source/Ox.UI/themes/modern/css/modern.css | 3 +++ 2 files changed, 9 insertions(+) diff --git a/source/Ox.UI/css/Ox.UI.css b/source/Ox.UI/css/Ox.UI.css index 4ffbb084..3f8b7e84 100644 --- a/source/Ox.UI/css/Ox.UI.css +++ b/source/Ox.UI/css/Ox.UI.css @@ -7,6 +7,12 @@ Base ================================================================================ */ +a { + text-decoration: none; +} +a:hover { + text-decoration: underline; +} body { margin: 0; overflow: hidden; diff --git a/source/Ox.UI/themes/modern/css/modern.css b/source/Ox.UI/themes/modern/css/modern.css index 35fdd740..dd261ca1 100644 --- a/source/Ox.UI/themes/modern/css/modern.css +++ b/source/Ox.UI/themes/modern/css/modern.css @@ -1,6 +1,9 @@ body.OxThemeModern { background: rgb(16, 16, 16); } +.OxThemeModern a { + color: rgb(128, 128, 255); +} .OxThemeModern div { color: rgb(240, 240, 240); }