Skip to content

Commit

Permalink
bar.css: headings are bold
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Oct 16, 2023
1 parent 73e7dac commit ac18b0d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Tracy/Bar/assets/bar.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ body#tracy-debug { /* in popup window */
color: white;
}

#tracy-debug h2,
#tracy-debug h3 {
font-weight: bold;
}

#tracy-debug h2,
#tracy-debug h3,
#tracy-debug p {
Expand Down

0 comments on commit ac18b0d

Please sign in to comment.