mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
MINOR Fixed default link styling in CMS, was too little contrast on light grey background
This commit is contained in:
parent
e9a2de35c2
commit
bfd7adc666
@ -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; }
|
||||
|
@ -29,7 +29,7 @@ body.cms {
|
||||
|
||||
.cms {
|
||||
a {
|
||||
color: $color-text-dark-link;
|
||||
color: $color-text-blue-link;
|
||||
text-decoration: none;
|
||||
|
||||
&:hover,
|
||||
|
Loading…
Reference in New Issue
Block a user