Commit 3dde088c0b21dcb36bbeb9718e89f3a076150201

Authored by Antoine Goutenoir
1 parent 5b73d035
Exists in master

Style the 6th header for the form.

Showing 1 changed file with 4 additions and 0 deletions   Show diff stats
flaskr/static/css/common/main.css
... ... @@ -61,6 +61,10 @@ footer.page-footer a {
61 61  
62 62 /** FORM *********************************************************************/
63 63  
  64 +h6 {
  65 + font-weight: 700;
  66 +}
  67 +
64 68 span.required-asterisk {
65 69 color: #901524;
66 70 }
... ...