[dw-free] Bases: 2 new themes by timeasmymeasure
[commit: http://hg.dwscoalition.org/dw-free/rev/f43e65dfa3e9]
http://bugs.dwscoalition.org/show_bug.cgi?id=2762
Use $*color_page_link_hover instead of hardcoded colors.
Patch by
ninetydegrees.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=2762
Use $*color_page_link_hover instead of hardcoded colors.
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- bin/upgrading/s2layers/bases/themes.s2
-------------------------------------------------------------------------------- diff -r 412d0731b574 -r f43e65dfa3e9 bin/upgrading/s2layers/bases/themes.s2 --- a/bin/upgrading/s2layers/bases/themes.s2 Tue Jul 20 15:55:57 2010 -0500 +++ b/bin/upgrading/s2layers/bases/themes.s2 Wed Jul 21 16:32:39 2010 -0500 @@ -87,7 +87,7 @@ set color_module_title_background = "#e5 function Page::print_theme_stylesheet() { """ - .module-header a:hover, .module-header a:visited:hover, .module-header a:active:hover {color: #972648;} + .module-header a:hover, .module-header a:visited:hover, .module-header a:active:hover {color: $*color_page_link_hover;} """; } @@ -432,6 +432,6 @@ set color_page_text = "#303030"; function Page::print_theme_stylesheet() { """ - .module-header a:hover, .module-header a:visited:hover, .module-header a:active:hover {color: #603048;} + .module-header a:hover, .module-header a:visited:hover, .module-header a:active:hover {color: $*color_page_link_hover;} """; } --------------------------------------------------------------------------------