aboutsummaryrefslogtreecommitdiffstats
path: root/code/ui/health/Health.razor
diff options
context:
space:
mode:
Diffstat (limited to 'code/ui/health/Health.razor')
-rw-r--r--code/ui/health/Health.razor2
1 files changed, 1 insertions, 1 deletions
diff --git a/code/ui/health/Health.razor b/code/ui/health/Health.razor
index c3c6660..8961f63 100644
--- a/code/ui/health/Health.razor
+++ b/code/ui/health/Health.razor
@@ -21,7 +21,7 @@ Health {
left: 0;
}
</style>
-<div class="transition-bar" style="background-color: white; width: @(GetHealth())%;"></div>
+<div class="transition-bar" style="background-color: rgba(255, 255, 255, 0.8); width: @(GetHealth())%;"></div>
<div class="colour-bar" style="background-color: @(Colour); width: @(GetHealth())%;"></div>
@code