[dw-free] New Style: Dusty Foot w/ 6 themes
[commit: http://hg.dwscoalition.org/dw-free/rev/b7d59d141dbe]
http://bugs.dwscoalition.org/show_bug.cgi?id=2712
Correctly prioritize link colors
Patch by
ninetydegrees.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=2712
Correctly prioritize link colors
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- bin/upgrading/s2layers/dustyfoot/layout.s2
-------------------------------------------------------------------------------- diff -r fe6739febb32 -r b7d59d141dbe bin/upgrading/s2layers/dustyfoot/layout.s2 --- a/bin/upgrading/s2layers/dustyfoot/layout.s2 Thu Jul 21 00:58:06 2011 +0800 +++ b/bin/upgrading/s2layers/dustyfoot/layout.s2 Thu Jul 21 01:01:45 2011 +0800 @@ -327,9 +327,9 @@ } #content a { color: $*color_entry_link; } +#content a:visited { color: $*color_entry_link_visited; } +#content a:hover { color: $*color_entry_link_hover; } #content a:active { color: $*color_entry_link_active; } -#content a:hover { color: $*color_entry_link_hover; } -#content a:visited { color: $*color_entry_link_visited; } #primary > .inner:first-child { padding: 0; --------------------------------------------------------------------------------