sharvey: link colours are very difficult to see compared to black text - fixed by making them blue with an underline

(merged from branches/gsoc)


git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@41876 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Ingo Schommer 2007-09-15 01:10:24 +00:00
parent 4ede3657e6
commit 04f6ce23e9
2 changed files with 7 additions and 3 deletions

View File

@ -168,7 +168,11 @@ html>body #top #MainMenu li {
#top #MainMenu a { #top #MainMenu a {
color: white; color: white;
text-decoration: none;
} }
#top #MainMenu a:hover {
text-decoration: underline;
}
#top #MainMenu .current { #top #MainMenu .current {
background-color: #d4d0c8; background-color: #d4d0c8;

View File

@ -30,11 +30,11 @@ h2 {
} }
a { a {
color: #162F42; color: #1E3F94;
text-decoration: none; text-decoration: underline;
} }
a:hover { a:hover {
text-decoration: underline; text-decoration: none;
} }
a img { a img {
border-style: none; border-style: none;