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

Fix color for h4 tags in body.

parent f1ac4b89
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;
content: none;
}
#header h3, h4 {
#header h3 {
margin-top: 16px;
color: #ffffff;
}
#header h4 {
margin-top: 16px;
color: #ffffff;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment