the home site for me: also iteration 3 or 4 of my site

chore: switch light theme to a brown colorscheme

Changed files
+4 -4
sass
+3 -3
sass/css/suCSS.css
···
--bg-light: #cbcdcd;
--text: #41474e;
--text-light: #646868;
-
--accent: #d26878;
--accent-light: #e08f67;
--accent-text: var(--bg);
--border: #646868;
-
--link: #006ca7;
}
[data-theme="dark"] {
···
--accent-light: #87c9e5;
--accent-text: var(--bg);
--border: #dbd5bc;
-
--link: #e2aea2;
}
::selection,
···
--bg-light: #cbcdcd;
--text: #41474e;
--text-light: #646868;
+
--accent: #58310ac5;
--accent-light: #e08f67;
--accent-text: var(--bg);
--border: #646868;
+
--link: #b74900;
}
[data-theme="dark"] {
···
--accent-light: #87c9e5;
--accent-text: var(--bg);
--border: #dbd5bc;
+
--link: #e2c8a2;
}
::selection,
+1 -1
sass/css/syntax-theme.css
···
html[data-theme="light"] .z-code {
color: #4c4f69;
-
background-color: #f3f2f2;
}
html[data-theme="light"] .z-comment {
···
html[data-theme="light"] .z-code {
color: #4c4f69;
+
background-color: #f3f0eae7;
}
html[data-theme="light"] .z-comment {