Skip to content

Commit

Permalink
Improved styling of comment header on ticket page
Browse files Browse the repository at this point in the history
Fixes #164 #163
  • Loading branch information
bmispelon committed Jan 26, 2024
1 parent d9d9968 commit 90ef584
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion scss/trachacks.scss
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,15 @@ div.trac-content {
max-width: 1400px;
}

#changelog h3 {
#ticketchange h3.change, #changelog h3.change {
margin-top: 10px;
margin-bottom: 5px;
padding: 5px;
background: $green-very-light;

&:target {
background: $green-light;
}
}

#changelog p {
Expand Down

0 comments on commit 90ef584

Please sign in to comment.