diff options
| author | Haishan <[email protected]> | 2019-07-06 00:54:12 +0800 |
|---|---|---|
| committer | Haishan <[email protected]> | 2019-07-06 17:23:26 +0800 |
| commit | 865c711404416d424ea0dd3418d2ad83ffb125e1 (patch) | |
| tree | d34f222c7702ef0ae8ce5fd8218b48608e6f94be /src/components/Root.css | |
| parent | b6a9f10f97c85bc7186418691912ff53287017d7 (diff) | |
refactor: update proxy page proxy item display style
also list proxies in "GLOBAL" group which fixes #74
Diffstat (limited to 'src/components/Root.css')
| -rw-r--r-- | src/components/Root.css | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/src/components/Root.css b/src/components/Root.css index f7c3ab3..c08c538 100644 --- a/src/components/Root.css +++ b/src/components/Root.css @@ -59,6 +59,11 @@ box-sizing: border-box; } +:root { + --font-mono: 'Roboto Mono', Menlo, monospace; + --color-focus-blue: #1a73e8; +} + body { font-family: 'Merriweather Sans', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, @@ -66,8 +71,6 @@ body { sans-serif; margin: 0; padding: 0; - - --color-focus-blue: #1a73e8; } body, @@ -84,6 +87,7 @@ body.dark { --color-icon: #c7c7c7; --color-btn-bg: #232323; --color-btn-fg: #bebebe; + --color-bg-proxy-selected: #303030; } body.light { @@ -99,4 +103,5 @@ body.light { --color-icon: #5b5b5b; --color-btn-bg: #f4f4f4; --color-btn-fg: #101010; + --color-bg-proxy-selected: #cfcfcf; } |
