Pro firefox enhancements
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user