[dw-nonfree] Transmogrified: Subtle Almond: Tags Page: Title is invisible
[commit: http://hg.dwscoalition.org/dw-nonfree/rev/32c4d0c607d4]
http://bugs.dwscoalition.org/show_bug.cgi?id=1916
Fix tags page title in Subtle Almond theme for Transmogrified.
Patch by
ninetydegrees.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=1916
Fix tags page title in Subtle Almond theme for Transmogrified.
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- bin/upgrading/s2layers/transmogrified/themes.s2
-------------------------------------------------------------------------------- diff -r 1af465420887 -r 32c4d0c607d4 bin/upgrading/s2layers/transmogrified/themes.s2 --- a/bin/upgrading/s2layers/transmogrified/themes.s2 Sun Oct 11 00:43:25 2009 -0500 +++ b/bin/upgrading/s2layers/transmogrified/themes.s2 Sun Oct 11 00:47:18 2009 -0500 @@ -544,7 +544,7 @@ set color_archivemonth_title_border = "# set color_tagspage_background = "#f0f0f0"; set color_tagspage_border = "#300000"; -set color_tagspage_title = "#f0f0f0"; +set color_tagspage_title = "#300000"; set color_tagspage_title_background = "#f0f0f0"; set color_tagspage_title_border = "#300000"; --------------------------------------------------------------------------------