We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0747d5 commit 88fc5e8Copy full SHA for 88fc5e8
src/renderer/theme/styles.css
@@ -37,11 +37,11 @@
37
}
38
39
[data-theme='light'] {
40
- --bg-secondary: #e5e5e5;
41
- --bg-primary: #f5f5f5;
+ --bg-secondary: #eee;
+ --bg-primary: #fff;
42
43
- --overlay: #fff;
44
- --overlay-2x: #fff;
+ --overlay: rgba(0, 0, 0, .1);
+ --overlay-2x: rgba(0, 0, 0, .2);
45
46
--font-color: rgba(0, 0, 0, .8);
47
--error-color: #f78484;
@@ -59,15 +59,5 @@
59
--background-error: #f56464;
60
--background-warning: #ffc252;
61
--background-success: #63c263;
62
- .popover-arrow,
63
- .menu-arrow {
64
- fill: var(--bg-primary);
65
- }
66
-
67
- .popover-content,
68
- .tooltip-content,
69
- .menu-content,
70
- .menu-sub-content {
71
- @apply bg-primary;
72
+
73
0 commit comments