We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6a7722 commit 1a2ef97Copy full SHA for 1a2ef97
1 file changed
static/css/light.css
@@ -12,9 +12,9 @@
12
--color-primary: var(--color-blue);
13
14
/* Text colors */
15
- --color-text-primary: #121212;
16
- --color-text-secondary: #595959;
17
- --color-text-tertiary: #919191;
+ --color-text-primary: #1A1A1A;
+ --color-text-secondary: #3A3A3A;
+ --color-text-tertiary: #5A5A5A;
18
--color-text-error: var(--color-red);
19
--color-text-success: var(--color-blue);
20
--color-text-warning: var(--color-yellow);
@@ -25,7 +25,7 @@
25
--bg-color-darken-strong: rgba(255, 255, 255, 0.65);
26
--bg-color-lighten: rgba(0, 0, 0, 0.2);
27
--bg-color-disabled-button: rgba(16, 16, 16, 0.2);
28
- --text-shadow: 0 0 5px rgba(255, 255, 255, 0.25);
+ --text-shadow: 0 0 3px rgba(200, 200, 200, 0.33);
29
30
/* Events */
31
--event-color-default: #00BABC;
0 commit comments