Use brighter colour for player marker dot

This commit is contained in:
James Lyne 2021-09-29 19:59:01 +01:00
parent bf383afb8d
commit fac72fd615

View File

@ -35,7 +35,7 @@
height: 0.8rem;
position: absolute;
left: 0;
background-color: var(--text-base);
background-color: var(--text-emphasis);
border: 0.2rem solid var(--background-dark);
border-radius: 50%;
}