Alex got his trails

This commit is contained in:
erik 2025-04-30 22:04:06 +00:00
parent 0627dfb29a
commit 66ed711fec
5 changed files with 90 additions and 4 deletions

View file

@ -202,3 +202,17 @@ body {
/* hover & selected states */
#playerList li:hover { background: var(--card-hov); }
#playerList li.selected { background: #454545; }
/* trails paths */
#trails {
position: absolute;
top: 0;
left: 0;
pointer-events: none;
}
.trail-path {
fill: none;
stroke-width: 2px;
stroke-opacity: 0.7;
stroke-linecap: round;
stroke-linejoin: round;
}