[dw-free] Brittle NNWM, color entry text and color entry background need to be explicitly set
[commit: http://hg.dwscoalition.org/dw-free/rev/c1dd6fcea1e7]
http://bugs.dwscoalition.org/show_bug.cgi?id=2038
Explicitly set entry color and background so that blockquote will be
visible; no visible changes otherwise.
Patch by
zvi.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=2038
Explicitly set entry color and background so that blockquote will be
visible; no visible changes otherwise.
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- bin/upgrading/s2layers/brittle/themes.s2
-------------------------------------------------------------------------------- diff -r 9c974535771b -r c1dd6fcea1e7 bin/upgrading/s2layers/brittle/themes.s2 --- a/bin/upgrading/s2layers/brittle/themes.s2 Wed Nov 04 08:33:07 2009 +0000 +++ b/bin/upgrading/s2layers/brittle/themes.s2 Sat Nov 07 09:11:01 2009 +0000 @@ -54,6 +54,8 @@ layerinfo author_name = "zvi"; set layout_authors = [ { "name" => "zvi", "type" => "user" } ]; +set color_entry_text = "#ffffff"; +set color_entry_background = "#000000"; set color_footer_background = "#ffefbd"; set color_footer_link = "#ef8229"; set color_navigation_module_background = "#ffefbd"; --------------------------------------------------------------------------------