From a5badf53f5890083ce3115bfbe146193094009d4 Mon Sep 17 00:00:00 2001 From: JC Brand Date: Mon, 1 Apr 2013 19:48:31 +0200 Subject: [PATCH] Use existing blue from converse.css --- stylesheets/stylesheet.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/stylesheets/stylesheet.css b/stylesheets/stylesheet.css index fc92228d5..d00fb4529 100644 --- a/stylesheets/stylesheet.css +++ b/stylesheets/stylesheet.css @@ -126,12 +126,12 @@ a { #main_content a:hover { color: #0069ba; - text-shadow: #0090ff 0px 0px 2px; + text-shadow: #5390c8 0px 0px 2px; } footer a:hover { color: #43adff; - text-shadow: #0090ff 0px 0px 2px; + text-shadow: #5390c8 0px 0px 2px; } em { @@ -284,7 +284,7 @@ Full-Width Styles z-index: 10; padding: 10px 50px 10px 10px; color: #fff; - background: url('../images/blacktocat.png') #0090ff no-repeat 95% 50%; + background: url('../images/blacktocat.png') #5390c8 no-repeat 95% 50%; font-weight: 700; box-shadow: 0 0 10px rgba(0,0,0,.5); border-bottom-left-radius: 2px;