kareila: (Default)
kareila ([personal profile] kareila) wrote in [site community profile] changelog2010-07-21 09:32 pm

[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 [personal profile] ninetydegrees.

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;}
     """;
 }
--------------------------------------------------------------------------------

Post a comment in response:

This account has disabled anonymous posting.
If you don't have an account you can create one now.
HTML doesn't work in the subject.
More info about formatting

If you are unable to use this captcha for any reason, please contact us by email at support@dreamwidth.org