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

Configure Feed

Select the types of activity you want to include in your feed.

chore: switch light theme to a brown colorscheme

+4 -4
+3 -3
sass/css/suCSS.css
··· 63 63 --bg-light: #cbcdcd; 64 64 --text: #41474e; 65 65 --text-light: #646868; 66 - --accent: #d26878; 66 + --accent: #58310ac5; 67 67 --accent-light: #e08f67; 68 68 --accent-text: var(--bg); 69 69 --border: #646868; 70 - --link: #006ca7; 70 + --link: #b74900; 71 71 } 72 72 73 73 [data-theme="dark"] { ··· 80 80 --accent-light: #87c9e5; 81 81 --accent-text: var(--bg); 82 82 --border: #dbd5bc; 83 - --link: #e2aea2; 83 + --link: #e2c8a2; 84 84 } 85 85 86 86 ::selection,
+1 -1
sass/css/syntax-theme.css
··· 4 4 5 5 html[data-theme="light"] .z-code { 6 6 color: #4c4f69; 7 - background-color: #f3f2f2; 7 + background-color: #f3f0eae7; 8 8 } 9 9 10 10 html[data-theme="light"] .z-comment {