We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e00d81 commit dea5c59Copy full SHA for dea5c59
1 file changed
www/assets/css/hud.css
@@ -348,7 +348,12 @@
348
#hud #round-damage-stat table td,
349
#hud #round-damage-stat table th {
350
padding: 2px 8px;
351
- border: 1px dotted #ffffff47;
+ border-bottom: 1px solid #ffffff47;
352
+}
353
+
354
+#hud #round-damage-stat table tr:last-child td,
355
+#hud #round-damage-stat table tr:last-child th {
356
+ border-bottom: none;
357
}
358
359
#hud #round-damage-stat tr > *:nth-child(1) {
0 commit comments