Skip to content
Snippets Groups Projects
Commit f508538f authored by Adam Caprez's avatar Adam Caprez
Browse files

Merge branch 'css-fix-h4' into 'master'

Fix color for h4 tags in body.

See merge request !41
parents 7b8dc2c8 b9c1560b
No related branches found
No related tags found
1 merge request!41Fix color for h4 tags in body.
...@@ -86,7 +86,12 @@ margin-left: -14px; ...@@ -86,7 +86,12 @@ margin-left: -14px;
content: none; content: none;
} }
#header h3, h4 { #header h3 {
margin-top: 16px;
color: #ffffff;
}
#header h4 {
margin-top: 16px; margin-top: 16px;
color: #ffffff; color: #ffffff;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment