borowiak / pwa-technologies

Automatically exported from code.google.com/p/pwa-technologies
0 stars 0 forks source link

Review style for headings #108

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
On the same pages some headings are in black and others are in green.

For example, on 
http://sobre.arquivo.pt/news/estamos-a-contratar-engenheiro-informatico-java:

H1: black
H2: green
H3: black

Same problem on http://sobre.arquivo.pt/publicacoes.

The Headings should be separator within page sections. Thus, they should be 
consistent and immediately recognizable by the users. Having different colors 
my compromise this objective.

Original issue reported on code.google.com by danielco...@gmail.com on 19 Mar 2015 at 12:26

GoogleCodeExporter commented 9 years ago
All headings colors were changed to green (#5e8400).

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 { color: #5e8400 !important; }

Original comment by hugo.mendes@gmail.com on 11 May 2015 at 3:37