Pro firefox enhancements

This commit is contained in:
2026-06-26 06:23:38 +00:00
parent 5188777556
commit bce9f8663d
4 changed files with 51 additions and 5 deletions
+6
View File
@@ -19,6 +19,12 @@
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
// Firefox fallback: solid color when gradient text is unsupported
@supports not ((-webkit-background-clip: text) or (background-clip: text)) {
background: none;
color: $from;
}
}
@mixin card-style {