From 9b9b297fdb589c0c49f50375f7a6775499cc32c6 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Sat, 15 Sep 2007 01:25:33 +0000 Subject: [PATCH] mlanthaler: Changed color of bottom links and added hover-effect ("Silverstripe CMS" and "log out") to make them more visible. (merged from branches/gsocmlanthaler: Changed color of bottom links and added hover-effect ("Silverstripe CMS" and "log out") to make them more visible. (merged from branches/gsoc)) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@41893 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- css/typography.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/css/typography.css b/css/typography.css index d03c33da..a2a52b96 100644 --- a/css/typography.css +++ b/css/typography.css @@ -30,11 +30,12 @@ h2 { } a { - color: #1E3F94; + color: #FFFFFF; text-decoration: underline; } a:hover { - text-decoration: none; + color: #CDC9C1; + text-decoration: underline; } a img { border-style: none; @@ -46,4 +47,4 @@ a img { #Header h1 { color: white; -} \ No newline at end of file +}