Skip to content

Commit ae0d82f

Browse files
committed
fix(styles): incorrect styles
1 parent 568c343 commit ae0d82f

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

src/views/pub_createTicket.hbs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@
4545
overflow: auto;
4646
}
4747
48+
h2 {
49+
color: #444;
50+
}
51+
4852
p {
4953
font-family: "Roboto", Arial, sans-serif;
5054
font-weight: 300;

src/views/pub_signup.hbs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@
4545
color: #222;
4646
}
4747
48+
h2 {
49+
color: #444;
50+
}
51+
4852
p {
4953
font-family: "Roboto", Arial, sans-serif;
5054
font-weight: 300;

0 commit comments

Comments
 (0)