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
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

jean-bernard.addor - April 26, 2009 - 10:40
Title:Coloring of <code>em</code> and <code>strong</code>» Coloring of em and strong

#2

jean-bernard.addor - April 26, 2009 - 10:43

em and strong are now colored in the same way as the titles h2 and h3. 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

 
 

Drupal is a registered trademark of Dries Buytaert.