mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
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:
parent
4ede3657e6
commit
04f6ce23e9
@ -168,7 +168,11 @@ html>body #top #MainMenu li {
|
||||
|
||||
#top #MainMenu a {
|
||||
color: white;
|
||||
text-decoration: none;
|
||||
}
|
||||
#top #MainMenu a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
#top #MainMenu .current {
|
||||
background-color: #d4d0c8;
|
||||
|
@ -30,11 +30,11 @@ h2 {
|
||||
}
|
||||
|
||||
a {
|
||||
color: #162F42;
|
||||
text-decoration: none;
|
||||
color: #1E3F94;
|
||||
text-decoration: underline;
|
||||
}
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
text-decoration: none;
|
||||
}
|
||||
a img {
|
||||
border-style: none;
|
||||
|
Loading…
Reference in New Issue
Block a user