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: update link colors

+5 -5
+5 -5
sass/css/suCSS.css
··· 21 21 --accent-light: #56412bc5; 22 22 --accent-text: #dfd1bc; 23 23 --border: #646868; 24 - --link: #573819c5; 24 + --link: var(--accent); 25 25 } 26 26 27 27 /* theme media queries */ ··· 39 39 --accent-light: var(--rose-quartz); 40 40 --accent-text: #2f2e2d; 41 41 --border: #dbd5bc; 42 - --link: #e2c8a2; 42 + --link: var(--accent); 43 43 } 44 44 img, 45 45 video { ··· 60 60 --accent-light: #e08f67; 61 61 --accent-text: #dfd1bc; 62 62 --border: #646868; 63 - --link: #573819c5; 63 + --link: var(--accent); 64 64 } 65 65 } 66 66 ··· 78 78 --accent-light: #56412bc5; 79 79 --accent-text: #dfd1bc; 80 80 --border: #646868; 81 - --link: #573819c5; 81 + --link: var(--accent); 82 82 } 83 83 84 84 [data-theme="dark"] { ··· 93 93 --accent-light: var(--rose-quartz); 94 94 --accent-text: #2f2e2d; 95 95 --border: #dbd5bc; 96 - --link: #e2c8a2; 96 + --link: var(--accent); 97 97 } 98 98 99 99 ::selection,