Skip to content

Commit

Permalink
Fixed styling of ticket page (wrong bg color)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmispelon committed Jan 18, 2024
1 parent e5d8681 commit c7b12be
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions scss/trachacks.scss
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,10 @@ blockquote.citation {
}

#ticket {
background-color: $white;
border-color: $gray-line;
#ticketbox {
background-color: $white;
border-color: $gray-line;
}
table.properties {
border-top-color: $gray-line;
th, th.missing {
Expand Down

0 comments on commit c7b12be

Please sign in to comment.