[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
ninetydegrees.
Files modified:
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]](https://www.dreamwidth.org/img/silk/identity/user.png)
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 { --------------------------------------------------------------------------------