Coloring of em and strong
jean-bernard.addor - April 26, 2009 - 10:39
| Project: | Foliage |
| Version: | 6.x-1.5 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Some users requested more color on a web site using floliage. It seems better to use the colors which are already defined by the theme. It is easy to put a little bit of color on em and strong.

#1
#2
emandstrongare now colored in the same way as the titlesh2andh3. To do this, the following code has been added to the file style.css.strong { color: #690; }em { color: #d72; }
Note that if color email created with the contribution module Mime Mail,
bodyshould not been specified in front of both lines, otherwise the result will be black.Other modifications are also presented in a comment of the following issue:
http://drupal.org/node/445260#comment-1520844
#445260: Exemples of adaptation of foliage to particular web sites