summaryrefslogtreecommitdiff
path: root/src/components/Root.css
diff options
context:
space:
mode:
authorHaishan <[email protected]>2021-05-30 18:29:57 +0800
committerHaishan <[email protected]>2021-05-30 18:29:57 +0800
commit13dcb7d6532a07bb86c54139c9e9d19eb892de4e (patch)
tree31cb4ba8d5a88279913325c0ffd1288c20c3aa43 /src/components/Root.css
parent146ee7baa5eb1112f83ddb5fccb4a63ff4382351 (diff)
Minor light theme style tweak
Diffstat (limited to 'src/components/Root.css')
-rw-r--r--src/components/Root.css14
1 files changed, 8 insertions, 6 deletions
diff --git a/src/components/Root.css b/src/components/Root.css
index 52f1fb1..2c78a38 100644
--- a/src/components/Root.css
+++ b/src/components/Root.css
@@ -108,6 +108,7 @@ body,
body.dark {
--color-background: #202020;
--color-background2: rgba(32, 32, 32, 0.3);
+ --color-bg-card: #2d2d2d;
--color-text: #ddd;
--color-text-secondary: #ccc;
--color-text-highlight: #fff;
@@ -132,14 +133,15 @@ body.dark {
}
body.light {
- --color-background: #fbfbfb;
- --color-background2: rgba(251, 251, 251, 0.3);
+ --color-background: #eee;
+ --color-background2: rgba(240, 240, 240, 0.3);
+ --color-bg-card: #fafafa;
--color-text: #222;
--color-text-secondary: #646464;
--color-text-highlight: #040404;
- --color-bg-sidebar: #e7e7e7;
- --color-sb-active-row-bg: #d0d0d0;
- --color-input-bg: #ffffff;
+ --color-bg-sidebar: #f8f8f8;
+ --color-sb-active-row-bg: #d8d8d8;
+ --color-input-bg: #f0f0f0;
--color-input-border: #c0c0c0;
--color-toggle-bg: #ffffff;
--color-toggle-selected: #d7d7d7;
@@ -147,7 +149,7 @@ body.light {
--color-separator: #ccc;
--color-btn-bg: #f4f4f4;
--color-btn-fg: #101010;
- --color-bg-proxy: #e7e7e7;
+ --color-bg-proxy: #fafafa;
--color-row-odd: #f5f5f5;
--bg-modal: #fbfbfb;
--bg-near-transparent: rgba(0, 0, 0, 0.1);