diff --git a/src/views/pub_createTicket.hbs b/src/views/pub_createTicket.hbs index 600092e74..1d7fa171b 100644 --- a/src/views/pub_createTicket.hbs +++ b/src/views/pub_createTicket.hbs @@ -45,6 +45,10 @@ overflow: auto; } + h2 { + color: #444; + } + p { font-family: "Roboto", Arial, sans-serif; font-weight: 300; diff --git a/src/views/pub_signup.hbs b/src/views/pub_signup.hbs index 8f4f46f45..3b5fc86c0 100644 --- a/src/views/pub_signup.hbs +++ b/src/views/pub_signup.hbs @@ -45,6 +45,10 @@ color: #222; } + h2 { + color: #444; + } + p { font-family: "Roboto", Arial, sans-serif; font-weight: 300;