diff options
| author | Haishan <[email protected]> | 2021-05-31 21:50:46 +0800 |
|---|---|---|
| committer | Haishan <[email protected]> | 2021-05-31 22:03:53 +0800 |
| commit | fcab7cad4f4cc65a7f30427be35c12a909633e2e (patch) | |
| tree | f677ca7eb8b05837426b6477e943e50608123215 /src/components/Root.css | |
| parent | d4015f64237b2b429a04af0ebe82fdf883b45b01 (diff) | |
Minor log style tweak
Diffstat (limited to 'src/components/Root.css')
| -rw-r--r-- | src/components/Root.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/Root.css b/src/components/Root.css index 2c78a38..cd85047 100644 --- a/src/components/Root.css +++ b/src/components/Root.css @@ -124,6 +124,7 @@ body.dark { --color-btn-fg: #bebebe; --color-bg-proxy: #303030; --color-row-odd: #282828; + --bg-log-info-tag: #454545; --bg-modal: #1f1f20; --bg-near-transparent: rgba(255, 255, 255, 0.1); --bg-tooltip: #111; @@ -151,6 +152,7 @@ body.light { --color-btn-fg: #101010; --color-bg-proxy: #fafafa; --color-row-odd: #f5f5f5; + --bg-log-info-tag: #888; --bg-modal: #fbfbfb; --bg-near-transparent: rgba(0, 0, 0, 0.1); --bg-tooltip: #f0f0f0; |
