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

bug: disable background color fade on firefox because of weird flash effect

Changed files
+4 -2
sass
+4 -2
sass/css/syntax-theme.css
···
* theme "Catppuccin" generated by syntect
*/
-
.z-code {
-
transition: background-color 0.3s ease;
}
html[data-theme="light"] .z-code {
···
* theme "Catppuccin" generated by syntect
*/
+
@supports not (-moz-appearance: none) {
+
.z-code {
+
transition: background-color 0.3s ease;
+
}
}
html[data-theme="light"] .z-code {