From bfd7adc6663f006a49b13682ada15614bb9d372c Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Mon, 5 Mar 2012 14:39:44 +0100 Subject: [PATCH] MINOR Fixed default link styling in CMS, was too little contrast on light grey background --- admin/css/screen.css | 2 +- admin/scss/_style.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/css/screen.css b/admin/css/screen.css index aeb297093..48491bea4 100644 --- a/admin/css/screen.css +++ b/admin/css/screen.css @@ -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; } diff --git a/admin/scss/_style.scss b/admin/scss/_style.scss index 01328a28c..cc2373f53 100644 --- a/admin/scss/_style.scss +++ b/admin/scss/_style.scss @@ -29,7 +29,7 @@ body.cms { .cms { a { - color: $color-text-dark-link; + color: $color-text-blue-link; text-decoration: none; &:hover,