From 14a971af2db8d3c9a44e18254e44a9ba14d6a7f1 Mon Sep 17 00:00:00 2001 From: John Bintz Date: Wed, 24 Jun 2009 14:51:53 -0400 Subject: [PATCH] tweak colors --- hubblesite-styles.css | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/hubblesite-styles.css b/hubblesite-styles.css index 61efba4..0f9afdd 100644 --- a/hubblesite-styles.css +++ b/hubblesite-styles.css @@ -1,17 +1,21 @@ div#hubblesite-daily-image { text-align: center; - border: 1px solid #67201D; - background-color: #F0EEDD; + border: 1px solid #6B7595; + background-color: #191D28; padding: 10px; } +div#hubblesite-daily-image a { + color: #D1D184 +} + div#hubblesite-daily-image a:hover { color: #00d2d3 } div#hubblesite-daily-image img { margin: 5px 0; - border: 1px solid #67201D; + border: 1px solid #6B7595; } div#hubblesite-daily-image a:hover img { @@ -22,7 +26,11 @@ p#hubblesite-daily-image-header { text-align: center; font-size: 12px; font-weight: bold; - color: #666; + color: #9FA6BA; margin: 0; padding: 0; } + +div#hubblesite-daily-image-credits { + color: #CCCCCC +} \ No newline at end of file