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