From 76d12bd65379d8345ec3e835b2c2e162c46b2f9d Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Thu, 27 Nov 2008 11:10:42 -0500 Subject: Fixed night-cite coloring The s of bubbles were configured to be colored yellow at night, but it should only have been done for the blog, which has no background. This has been fixed. --- theme/css/night.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'theme/css') diff --git a/theme/css/night.css b/theme/css/night.css index 6502714..614cc79 100644 --- a/theme/css/night.css +++ b/theme/css/night.css @@ -11,6 +11,6 @@ body div#top-fade { background-image: url(/theme/images/top_fade_night.png) !important; } -body div.bubble cite { +body.home div.bubble cite { color: yellow; } -- cgit 1.4.1