# HG changeset patch # User Bob Farrell # Date 1311985706 -3600 # Branch single-column-redesign-1 # Node ID 0322d7bc0a612bf1d59ce8c212cbc3e2b4adbc25 # Parent 8cd0ce9cb67351b1ae8971899f788b5a5540234d font colour change - trial basis, see how it goes diff -r 8cd0ce9cb67351b1ae8971899f788b5a5540234d -r 0322d7bc0a612bf1d59ce8c212cbc3e2b4adbc25 soundbush/public/css/base.css --- a/soundbush/public/css/base.css Fri Jul 29 23:31:30 2011 +0100 +++ b/soundbush/public/css/base.css Sat Jul 30 01:28:26 2011 +0100 @@ -68,7 +68,7 @@ a.artistlink { font-size: 24px; border: none; - color: #CC0033; + color: #AA0011; padding-right: 0.2em; font-weight: normal; } @@ -138,7 +138,7 @@ } a.redlink { - color: #CC0033; + color: #AA0011; border: none; } @@ -161,7 +161,7 @@ } div.track-box h3.count { - color: #cc0033; + color: #AA0011; } div.track-box h3.count i { @@ -362,12 +362,12 @@ margin-bottom: 0.5em; } -h2 span { color: #cc0033 } +h2 span { color: #AA0011 } h3 { font-size: 1.9em; border: none; - color: #CC0033; + color: #AA0011; } div.comment { @@ -376,7 +376,7 @@ padding: 1em; } span.comment-name { - color: #cc0033; + color: #AA0011; font-size: 1.1em; font-weight: bold; padding-top: 0.2em; @@ -456,7 +456,7 @@ } div.flash-off { - background-color: #990033; + background-color: #510F09; color: #fff; }