fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
fu ([personal profile] fu) wrote in [site community profile] changelog2011-05-16 06:38 am

[dw-free] Paletteable: 4 themes

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

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

Apply entry colors to tertiary modules since background is transparent to
ensure readability

Patch by [personal profile] ninetydegrees.

Files modified:
  • bin/upgrading/s2layers/paletteable/layout.s2
--------------------------------------------------------------------------------
diff -r 8a6d50618ac8 -r bbc0b9008d70 bin/upgrading/s2layers/paletteable/layout.s2
--- a/bin/upgrading/s2layers/paletteable/layout.s2	Fri May 13 14:33:30 2011 +0800
+++ b/bin/upgrading/s2layers/paletteable/layout.s2	Mon May 16 14:38:21 2011 +0800
@@ -393,9 +393,35 @@
 
 /*--- Sidebars ---*/
 
+.two-columns-left #tertiary .module,
+.two-columns-right #tertiary .module {
+    background-color: transparent;
+    color: $*color_entry_text;
+    }
 
-.two-columns-left #tertiary .module, .two-columns-right #tertiary .module {
-    background-color: transparent;
+.two-columns-left #tertiary .module a,
+.two-columns-right #tertiary .module a {
+    color: $*color_entry_link;
+    }
+
+.two-columns-left #tertiary .module a:visited,
+.two-columns-right #tertiary .module a:visited {
+    color: $*color_entry_link_visited;
+    }
+
+.two-columns-left #tertiary .module a:hover,
+.two-columns-right #tertiary .module a:hover {
+    color: $*color_entry_link_hover;
+    }
+
+.two-columns-left #tertiary .module a:active,
+.two-columns-right #tertiary .module a:active {
+    color: $*color_entry_link_active;
+    }
+
+.two-columns-left #tertiary .module h2,
+.two-columns-right #tertiary .module h2 {
+    color: $*color_entry_title;
     }
 
 .two-columns-left #tertiary .separator-after, .two-columns-right #tertiary .separator-after {
--------------------------------------------------------------------------------