Skip to content

Commit

Permalink
Round end damage graphics touches
Browse files Browse the repository at this point in the history
  • Loading branch information
solcloud committed Oct 8, 2023
1 parent 9e00d81 commit dea5c59
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion www/assets/css/hud.css
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,12 @@
#hud #round-damage-stat table td,
#hud #round-damage-stat table th {
padding: 2px 8px;
border: 1px dotted #ffffff47;
border-bottom: 1px solid #ffffff47;
}

#hud #round-damage-stat table tr:last-child td,
#hud #round-damage-stat table tr:last-child th {
border-bottom: none;
}

#hud #round-damage-stat tr > *:nth-child(1) {
Expand Down

0 comments on commit dea5c59

Please sign in to comment.