[dw-free] Double check Colorside archive entry title links
[commit: http://hg.dwscoalition.org/dw-free/rev/1f18535123e7]
http://bugs.dwscoalition.org/show_bug.cgi?id=3629
Use page link color for entry title when required.
Patch by
ninetydegrees.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=3629
Use page link color for entry title when required.
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- bin/upgrading/s2layers/colorside/themes.s2
-------------------------------------------------------------------------------- diff -r dbf00194709a -r 1f18535123e7 bin/upgrading/s2layers/colorside/themes.s2 --- a/bin/upgrading/s2layers/colorside/themes.s2 Thu Apr 28 11:42:30 2011 +0800 +++ b/bin/upgrading/s2layers/colorside/themes.s2 Thu Apr 28 12:24:03 2011 +0800 @@ -52,6 +52,10 @@ function Page::print_theme_stylesheet () .entry-title a { color: $*color_entry_title; + } + + .page-month .entry-title a { + color: $*color_page_link; } .module-header a { @@ -140,6 +144,10 @@ function Page::print_theme_stylesheet () .entry-title a { color: $*color_entry_title; + } + + .page-month .entry-title a { + color: $*color_page_link; } .module-header a { @@ -525,6 +533,10 @@ function Page::print_theme_stylesheet () color: $*color_entry_title; } + .page-month .entry-title a { + color: $*color_page_link; + } + .module-header a { color: $*color_module_title; } --------------------------------------------------------------------------------