There was an error while loading. Please reload this page.
1 parent 4398475 commit b322b26Copy full SHA for b322b26
1 file changed
src/styles/custom.css
@@ -25,8 +25,8 @@ body {
25
/* Dark mode colors. */
26
:root {
27
--sl-color-accent-low: #3b1a00;
28
- --sl-color-accent: #998877;
29
- --sl-color-accent-high: #a98b6c;
+ --sl-color-accent: #cdb6a0;
+ --sl-color-accent-high: #d7b18b;
30
--sl-color-white: #ddccbb;
31
--sl-color-gray-1: #f2eeec;
32
--sl-color-gray-2: #c7c2c0;
@@ -48,7 +48,7 @@ body {
48
:root[data-theme="light"] {
49
--sl-color-accent-low: #ecccbc;
50
--sl-color-accent: #706050;
51
- --sl-color-accent-high: #908570;
+ --sl-color-accent-high: #bfb196;
52
--sl-color-white: #606060;
53
--sl-color-gray-1: #2f2724;
54
--sl-color-gray-2: #413835;
0 commit comments