Browse Source
fix: darkmode: empty beats in active/ hovered state
pull/154/head^2
Philipp Dormann
4 years ago
No known key found for this signature in database
GPG Key ID: 3BB9ADD52DCA4314
1 changed files with
4 additions and
0 deletions
-
src/components/HeartbeatBar.vue
|
|
@ -168,4 +168,8 @@ export default { |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.active .hp-bar-big .beat.empty{ |
|
|
|
|
|
background-color: #848484; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
</style> |
|
|
</style> |
|
|
|