fix: color for empty beats

This commit is contained in:
Philipp Dormann 2021-08-03 15:26:29 +02:00
parent 0c935ef223
commit 6f3ac9199e
No known key found for this signature in database
GPG key ID: 3BB9ADD52DCA4314

View file

@ -168,7 +168,7 @@ export default {
} }
} }
.active .hp-bar-big .beat.empty{ .hp-bar-big .beat.empty{
background-color: #848484; background-color: #848484;
} }