kareila: (Default)
kareila ([personal profile] kareila) wrote in [site community profile] changelog2010-08-18 01:02 am

[dw-free] Funky Circles: correct some color settings not being applied

[commit: http://hg.dwscoalition.org/dw-free/rev/7caf1c749ce1]

http://bugs.dwscoalition.org/show_bug.cgi?id=2939

Additional CSS for text color properties in Funky Circles.

Patch by [personal profile] ninetydegrees.

Files modified:
  • bin/upgrading/s2layers/funkycircles/layout.s2
--------------------------------------------------------------------------------
diff -r e5b457353613 -r 7caf1c749ce1 bin/upgrading/s2layers/funkycircles/layout.s2
--- a/bin/upgrading/s2layers/funkycircles/layout.s2	Tue Aug 17 18:19:53 2010 -0500
+++ b/bin/upgrading/s2layers/funkycircles/layout.s2	Tue Aug 17 20:02:33 2010 -0500
@@ -252,6 +252,8 @@ h1#title {
 
 h2#subtitle,
 h2#pagetitle {
+    background: transparent;
+    color: $*color_page_subtitle;
     font-weight: normal;
     font-variant: small-caps;
     letter-spacing: -.04em;
@@ -696,6 +698,7 @@ h2#pagetitle {
                 #archive-year table td.day-has-entries p:hover > a,
                 #archive-year table td.day-has-entries a:hover {
                     $page_title_colors
+                    color: $*color_page_title !important;
                     }
 
 .entry .contents .entry-content {
--------------------------------------------------------------------------------