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.

feat: update dark theme

+9 -9
+1 -1
sass/css/mods.css
··· 116 116 p code { 117 117 padding: 0.1em 0.3em 0.1em 0.3em; 118 118 color: var(--text-dark); 119 - background-color: var(--reseda-green); 119 + background-color: var(--bg-light); 120 120 } 121 121 122 122 pre {
+7 -7
sass/css/suCSS.css
··· 36 36 --bg: #222529; 37 37 --main-background: var(--bg); 38 38 --noise-strength: 0.3; 39 - --bg-light: #2b2e32; 39 + --bg-light: var(--ultra-violet); 40 40 --text: #d6d6d6; 41 41 --text-light: #c5c0b7; 42 42 --text-dark: #c2cccd; 43 - --accent: #6fa4a7; 44 - --accent-light: #87c9e5; 43 + --accent: var(--rose-quartz); 44 + --accent-light: var(--rose-quartz); 45 45 --accent-text: #2f2e2d; 46 46 --border: #dbd5bc; 47 47 --link: #e2c8a2; ··· 84 84 oklch(87.45% 0.0807 74.93) 100% 85 85 ), var(--sunset); 86 86 --noise-strength: 0.5; 87 - --bg-light: #cbcdcd; 87 + --bg-light: var(--reseda-green); 88 88 --text: #41474e; 89 89 --text-light: #686764; 90 90 --text-dark: #20252b; ··· 100 100 --bg: #222529; 101 101 --main-background: var(--bg); 102 102 --noise-strength: 0.3; 103 - --bg-light: #2b2e32; 103 + --bg-light: var(--ultra-violet); 104 104 --text: #d6d6d6; 105 105 --text-light: #c5c0b7; 106 106 --text-dark: #c2cccd; 107 - --accent: #6fa4a7; 108 - --accent-light: #87c9e5; 107 + --accent: var(--rose-quartz); 108 + --accent-light: var(--rose-quartz); 109 109 --accent-text: #2f2e2d; 110 110 --border: #dbd5bc; 111 111 --link: #e2c8a2;
+1 -1
sass/css/syntax-theme.css
··· 291 291 292 292 html[data-theme="dark"] .z-code { 293 293 color: #cad3f5; 294 - background-color: #2a2e35; 294 + background-color: #262830; 295 295 } 296 296 297 297 html[data-theme="dark"] .z-comment {