diff options
author | Vitaly Takmazov | 2019-10-24 14:28:00 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:55 +0300 |
commit | dbead3a247e08d173a70185f885b73f51d932d6f (patch) | |
tree | f1cafa94d458c2cad6cf4f67c2c1c29cbf7f94e7 /vnext/src | |
parent | c464702610ffb7f9a143070fdc4711d83ce27436 (diff) |
Fix replies background on dark mode
Diffstat (limited to 'vnext/src')
-rw-r--r-- | vnext/src/ui/Thread.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vnext/src/ui/Thread.css b/vnext/src/ui/Thread.css index 5e515627..300d56ff 100644 --- a/vnext/src/ui/Thread.css +++ b/vnext/src/ui/Thread.css @@ -1,5 +1,5 @@ #replies { - background: #fff; + background: var(--main-background-color); border: 1px solid var(--border-color); padding: 12px; } |