fix: darkmode: empty beats in active/ hovered state

This commit is contained in:
Philipp Dormann 2021-08-03 15:22:53 +02:00
parent 7ea30ba780
commit 0c935ef223
No known key found for this signature in database
GPG Key ID: 3BB9ADD52DCA4314

View File

@ -168,4 +168,8 @@ export default {
}
}
.active .hp-bar-big .beat.empty{
background-color: #848484;
}
</style>