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

feat: make code blocks not flash color changes

Changed files
+4 -1
sass
-1
sass/css/suCSS.css
···
/* Consolidate box styling */
aside,
details,
-
pre,
progress {
background-color: var(--bg-light);
border-radius: var(--standard-border-radius);
···
/* Consolidate box styling */
aside,
details,
progress {
background-color: var(--bg-light);
border-radius: var(--standard-border-radius);
+4
sass/css/syntax-theme.css
···
* theme "Catppuccin" generated by syntect
*/
html[data-theme="light"] .z-code {
color: #4c4f69;
background-color: #f3f0eae7;
···
* theme "Catppuccin" generated by syntect
*/
+
.z-code {
+
transition: background-color 0.3s ease;
+
}
+
html[data-theme="light"] .z-code {
color: #4c4f69;
background-color: #f3f0eae7;