diff options
| author | Meta <[email protected]> | 2022-05-28 18:04:57 +0800 |
|---|---|---|
| committer | Meta <[email protected]> | 2022-05-28 18:04:57 +0800 |
| commit | 2d3de49f80a773de60ce594e296063fe0628b7e4 (patch) | |
| tree | 5dc1f9cdd9004fbd1f4de48ae5ca8135e56149b7 /src/components | |
| parent | f0362e5b7bb0634570d0274f24f3a5c2e0daf381 (diff) | |
chore: log Light style
Diffstat (limited to 'src/components')
| -rw-r--r-- | src/components/Root.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Root.scss b/src/components/Root.scss index 11addea..008ebeb 100644 --- a/src/components/Root.scss +++ b/src/components/Root.scss @@ -140,7 +140,7 @@ body { --bc-tooltip: #ccc; --select-border-color: #999999; --select-bg-hover: url(data:image/svg+xml,%0A%20%20%20%20%3Csvg%20width%3D%228%22%20height%3D%2224%22%20viewBox%3D%220%200%208%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%22M4%207L7%2011H1L4%207Z%22%20fill%3D%22%23222222%22%20%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%22M4%2017L1%2013L7%2013L4%2017Z%22%20fill%3D%22%23222222%22%20%2F%3E%0A%20%20%20%20%3C%2Fsvg%3E%0A%20%20); - --bg-log-info-card: #f0f0f0; + --bg-log-info-card: #f5f5f5; } :root[data-theme='auto'] { |
