From ae0d82fa37064a23879622a585fc37a0fa5efb16 Mon Sep 17 00:00:00 2001 From: Chris Brame Date: Wed, 7 Nov 2018 11:20:11 -0500 Subject: [PATCH] fix(styles): incorrect styles --- src/views/pub_createTicket.hbs | 4 ++++ src/views/pub_signup.hbs | 4 ++++ 2 files changed, 8 insertions(+) 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;