aboutsummaryrefslogtreecommitdiff
path: root/vnext/src/ui/Message.css
diff options
context:
space:
mode:
Diffstat (limited to 'vnext/src/ui/Message.css')
-rw-r--r--vnext/src/ui/Message.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/vnext/src/ui/Message.css b/vnext/src/ui/Message.css
index ac5f9580..4ff8169e 100644
--- a/vnext/src/ui/Message.css
+++ b/vnext/src/ui/Message.css
@@ -14,7 +14,7 @@
display: flex;
align-items: center;
justify-content: space-around;
- background: var(--main-background-color);
+ background: var(--background-color);
}
.msg-cont > .l a {
color: var(--dimmed-link-color);