diff options
Diffstat (limited to 'vnext/src')
-rw-r--r-- | vnext/src/index.css | 4 | ||||
-rw-r--r-- | vnext/src/ui/Message.css | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/vnext/src/index.css b/vnext/src/index.css index d46b5d74..e1e841fe 100644 --- a/vnext/src/index.css +++ b/vnext/src/index.css @@ -3,8 +3,8 @@ :root { --main-width: 1000px; - --main-background-color: #fdfdfe; - --background-color: #f8f8f8; + --main-background-color: #f8f8f8; + --background-color: #fdfdfe; --border-color: #eee; --text-background-color: #fff; --text-color: #222; 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); |