Skip to content

Commit 90ef584

Browse files
committed
Improved styling of comment header on ticket page
Fixes #164 #163
1 parent d9d9968 commit 90ef584

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

scss/trachacks.scss

+6-1
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,15 @@ div.trac-content {
7171
max-width: 1400px;
7272
}
7373

74-
#changelog h3 {
74+
#ticketchange h3.change, #changelog h3.change {
7575
margin-top: 10px;
7676
margin-bottom: 5px;
7777
padding: 5px;
78+
background: $green-very-light;
79+
80+
&:target {
81+
background: $green-light;
82+
}
7883
}
7984

8085
#changelog p {

0 commit comments

Comments
 (0)