fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
fu ([personal profile] fu) wrote in [site community profile] changelog2010-11-22 06:32 am

[dw-free] Misc. Styles: 9 new themes by rising

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

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

Replace hardcoded color with appropriate property for context/background
color.

Patch by [personal profile] ninetydegrees.

Files modified:
  • bin/upgrading/s2layers/negatives/layout.s2
--------------------------------------------------------------------------------
diff -r d6aff629eebf -r d0b951de4018 bin/upgrading/s2layers/negatives/layout.s2
--- a/bin/upgrading/s2layers/negatives/layout.s2	Mon Nov 22 14:28:32 2010 +0800
+++ b/bin/upgrading/s2layers/negatives/layout.s2	Mon Nov 22 14:32:10 2010 +0800
@@ -507,7 +507,7 @@ function Page::print_default_stylesheet(
         padding: 5px;
         margin-top: 5px;
         background-color: $*color_entry_background;
-        color: #000000;
+        color: $*color_entry_text;
     }
     .entry-wrapper .footer {
         background-color: $*color_entry_interaction_links_background;
--------------------------------------------------------------------------------