diff options
| author | cubemaze <[email protected]> | 2023-05-13 12:34:05 +0800 |
|---|---|---|
| committer | cubemaze <[email protected]> | 2023-05-13 12:56:33 +0800 |
| commit | f8364b79783394427c81360af7bd08ca2aaa9639 (patch) | |
| tree | 42056204a77de83d2e51084d88ead4315f4ada11 /src/styles | |
| parent | ffa85a2aa3d6f2b0f5eedcfd795035e918fb6e63 (diff) | |
chore: theme style
Diffstat (limited to 'src/styles')
| -rw-r--r-- | src/styles/main.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/styles/main.scss b/src/styles/main.scss index 305b54c..c501eb4 100644 --- a/src/styles/main.scss +++ b/src/styles/main.scss @@ -127,7 +127,7 @@ body { --bc-tooltip: #555; --select-border-color: #040404; --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%23ffffff%22%20%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%22M4%2017L1%2013L7%2013L4%2017Z%22%20fill%3D%22%23ffffff%22%20%2F%3E%0A%20%20%20%20%3C%2Fsvg%3E%0A%20%20); - --bg-log-info-card: #262626; + --bg-log-info-card: #24292f; } @mixin light { |
