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

chore: update accent and link colors across all style

Changed files
+6 -6
sass
css
+6 -6
sass/css/suCSS.css
···
--bg-light: #cbcdcd;
--text: #41474e;
--text-light: #646868;
-
--accent: #d26878;
+
--accent: #58310ac5;
--accent-light: #e08f67;
--accent-text: var(--bg);
--border: #646868;
-
--link: #5690af;
+
--link: #573819c5;
}
/* theme media queries */
···
--accent-light: #87c9e5;
--accent-text: var(--bg);
--border: #dbd5bc;
-
--link: #e2aea2;
+
--link: #e2c8a2;
}
img,
video {
···
--bg-light: #cbcdcd;
--text: #41474e;
--text-light: #646868;
-
--accent: #d26878;
+
--accent: #58310ac5;
--accent-light: #e08f67;
--accent-text: var(--bg);
--border: #646868;
-
--link: #5690af;
+
--link: #573819c5;
}
}
···
--accent-light: #e08f67;
--accent-text: var(--bg);
--border: #646868;
-
--link: #b74900;
+
--link: #573819c5;
}
[data-theme="dark"] {