Skip to content

Commit

Permalink
Fixed #151 -- Fixed styling issues on ticket detail page.
Browse files Browse the repository at this point in the history
  • Loading branch information
bmispelon authored Jan 24, 2024
1 parent 557fc53 commit 8bfa912
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions scss/trachacks.scss
Original file line number Diff line number Diff line change
Expand Up @@ -179,15 +179,21 @@ blockquote.citation {
#ticketbox {
background-color: $white;
border-color: $gray-line;

h1 {
color: inherit;
}
}
table.properties {
border-top-color: $gray-line;
th, th.missing {
color: $text;
& > tbody > tr {
th, th.missing {
color: $text;
}
}
}
.description {
h3 {
div.description {
h2 {
color: $text;
border-bottom-color: $gray-line;
}
Expand Down

0 comments on commit 8bfa912

Please sign in to comment.