mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-06-01 19:32:34 +02:00
fix: color for empty beats
This commit is contained in:
parent
0c935ef223
commit
6f3ac9199e
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ export default {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.active .hp-bar-big .beat.empty{
|
.hp-bar-big .beat.empty{
|
||||||
background-color: #848484;
|
background-color: #848484;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue