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: remove all background transitions

-7
-1
sass/css/suCSS.css
··· 607 607 border-radius: 3px; 608 608 color: var(--bg); 609 609 background-color: var(--text); 610 - transition: background-color 0.3s ease; 611 610 } 612 611 613 612 pre code {
-6
sass/css/syntax-theme.css
··· 2 2 * theme "Catppuccin" generated by syntect 3 3 */ 4 4 5 - @supports not (-moz-appearance: none) { 6 - .z-code { 7 - transition: background-color 0.3s ease; 8 - } 9 - } 10 - 11 5 html[data-theme="light"] .z-code { 12 6 color: #4c4f69; 13 7 background-color: var(--sunset);