diff options
| author | Haishan <[email protected]> | 2019-11-08 00:40:48 +0800 |
|---|---|---|
| committer | Haishan <[email protected]> | 2019-11-09 13:21:25 +0800 |
| commit | 6754620d7abfb7273cff5f173349eb507fc0c8b7 (patch) | |
| tree | d91136e4863b4c41ff521bf182dd8cc08bb355bc /src/components/Root.css | |
| parent | 130793446476e47b2e5f0457482dfbfdf1944b48 (diff) | |
feat: connections inspection
Diffstat (limited to 'src/components/Root.css')
| -rw-r--r-- | src/components/Root.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/components/Root.css b/src/components/Root.css index c08c538..88b3d6c 100644 --- a/src/components/Root.css +++ b/src/components/Root.css @@ -61,6 +61,9 @@ :root { --font-mono: 'Roboto Mono', Menlo, monospace; + --font-normal: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, + Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, + 'PingFang SC', 'Microsoft YaHei', '微软雅黑', Arial, sans-serif; --color-focus-blue: #1a73e8; } @@ -88,6 +91,7 @@ body.dark { --color-btn-bg: #232323; --color-btn-fg: #bebebe; --color-bg-proxy-selected: #303030; + --color-row-odd: #282828; } body.light { @@ -104,4 +108,5 @@ body.light { --color-btn-bg: #f4f4f4; --color-btn-fg: #101010; --color-bg-proxy-selected: #cfcfcf; + --color-row-odd: #f5f5f5; } |
