summaryrefslogtreecommitdiff
path: root/src/components/Root.css
diff options
context:
space:
mode:
authorHaishan <[email protected]>2020-01-07 00:39:57 +0800
committerHaishan <[email protected]>2020-01-07 22:10:55 +0800
commitff04a47ca4c5a758a8a158062da19919a8c011c7 (patch)
treeede8b36f22a2016b30f95a375e2fa58d0d788c8a /src/components/Root.css
parentdfbdee474979b21249461f270edfa0225994f298 (diff)
feat(Conns): keep up to 100 closed connections in another tab
Diffstat (limited to 'src/components/Root.css')
-rw-r--r--src/components/Root.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/Root.css b/src/components/Root.css
index 3622d57..060edf7 100644
--- a/src/components/Root.css
+++ b/src/components/Root.css
@@ -100,6 +100,7 @@ body.dark {
--color-bg-proxy-selected: #303030;
--color-row-odd: #282828;
--bg-modal: #1f1f20;
+ --bg-near-transparent: rgba(255, 255, 255, 0.1);
}
body.light {
@@ -118,6 +119,7 @@ body.light {
--color-bg-proxy-selected: #cfcfcf;
--color-row-odd: #f5f5f5;
--bg-modal: #fbfbfb;
+ --bg-near-transparent: rgba(0, 0, 0, 0.1);
}
.flexCenter {