Skip to content

Commit 8bfa912

Browse files
authored
Fixed #151 -- Fixed styling issues on ticket detail page.
1 parent 557fc53 commit 8bfa912

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

scss/trachacks.scss

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -179,15 +179,21 @@ blockquote.citation {
179179
#ticketbox {
180180
background-color: $white;
181181
border-color: $gray-line;
182+
183+
h1 {
184+
color: inherit;
185+
}
182186
}
183187
table.properties {
184188
border-top-color: $gray-line;
185-
th, th.missing {
186-
color: $text;
189+
& > tbody > tr {
190+
th, th.missing {
191+
color: $text;
192+
}
187193
}
188194
}
189-
.description {
190-
h3 {
195+
div.description {
196+
h2 {
191197
color: $text;
192198
border-bottom-color: $gray-line;
193199
}

0 commit comments

Comments
 (0)