aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/topbar/TopBar.scss
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2023-06-24 11:34:15 -0400
committerbobzel <zzzman@gmail.com>2023-06-24 11:34:15 -0400
commit6344439d62e5450f69ca7c0492976e55241d250f (patch)
tree8350701aa5feaa90f943ad1824f1b19de9ae2545 /src/client/views/topbar/TopBar.scss
parent24a5c4c538eee8e6fd77d65e088995bdaa8337e1 (diff)
changed server ping to generate client alerts
Diffstat (limited to 'src/client/views/topbar/TopBar.scss')
-rw-r--r--src/client/views/topbar/TopBar.scss5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/client/views/topbar/TopBar.scss b/src/client/views/topbar/TopBar.scss
index a0f803da5..ede59a910 100644
--- a/src/client/views/topbar/TopBar.scss
+++ b/src/client/views/topbar/TopBar.scss
@@ -9,8 +9,11 @@
}
.topbarHeart-red {
.iconButton-container.primary {
+ .iconButton-content {
+ color: red;
+ }
.iconButton-background {
- background: red;
+ background: black;
}
}
}