MINOR Fixed default link styling in CMS, was too little contrast on light grey background

This commit is contained in:
Ingo Schommer 2012-03-05 14:39:44 +01:00
parent e9a2de35c2
commit bfd7adc666
2 changed files with 2 additions and 2 deletions

View File

@ -220,7 +220,7 @@ html, body { width: 100%; height: 100%; }
body.cms { overflow: hidden; }
.cms a { color: #3ebae0; text-decoration: none; }
.cms a { color: #1556b2; text-decoration: none; }
.cms a:hover, .cms a:focus { text-decoration: underline; }
.cms body .ui-widget { font-family: Arial, sans-serif; font-size: 12px; }
.cms strong { font-weight: bold; }

View File

@ -29,7 +29,7 @@ body.cms {
.cms {
a {
color: $color-text-dark-link;
color: $color-text-blue-link;
text-decoration: none;
&:hover,