diff --git a/Identity/Webenv/Css/default.css b/Identity/Webenv/Css/default.css index 4e44340..a0572a4 100755 --- a/Identity/Webenv/Css/default.css +++ b/Identity/Webenv/Css/default.css @@ -72,12 +72,13 @@ a:active { text-decoration: underline; color: green; } a:visited { text-decoration: none; color: #0044B3; } a:visited:hover { text-decoration: underline; color: green; } +.title, .title a:link, .title a:active, .title a:hover, .title a:visited, .title a:visited:hover { - color: #072B61; + color: #000; text-decoration: none; }