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: increase light mode link color for accesiblity

+3 -1
+3 -1
sass/css/suCSS.css
··· 67 67 --accent-light: #e08f67; 68 68 --accent-text: var(--bg); 69 69 --border: #646868; 70 - --link: #5690af; 70 + --link: #006ca7; 71 71 } 72 72 73 73 [data-theme="dark"] { ··· 210 210 a, 211 211 a:visited { 212 212 text-decoration: none; 213 + font-weight: bold; 214 + font-style: italic; 213 215 border-radius: 0.125rem; 214 216 color: var(--link); 215 217 }