From 6754620d7abfb7273cff5f173349eb507fc0c8b7 Mon Sep 17 00:00:00 2001 From: Haishan Date: Fri, 8 Nov 2019 00:40:48 +0800 Subject: feat: connections inspection --- src/components/Root.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/components/Root.css') 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; } -- cgit v1.3.1