Skip to content

Commit 5cd56a4

Browse files
committed
Fixed styling of ticket page (wrong bg color)
1 parent 3c356ba commit 5cd56a4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

scss/trachacks.scss

+4-2
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,10 @@ blockquote.citation {
176176
}
177177

178178
#ticket {
179-
background-color: $white;
180-
border-color: $gray-line;
179+
#ticketbox {
180+
background-color: $white;
181+
border-color: $gray-line;
182+
}
181183
table.properties {
182184
border-top-color: $gray-line;
183185
th, th.missing {

0 commit comments

Comments
 (0)