Skip to content
Snippets Groups Projects

Fix color for h4 tags in body.

Merged Adam Caprez requested to merge css-fix-h4 into master
1 file
+ 6
1
Compare changes
  • Side-by-side
  • Inline
+ 6
1
@@ -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;
}
}
Loading