aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--static/styles.css6
1 files changed, 4 insertions, 2 deletions
diff --git a/static/styles.css b/static/styles.css
index 7e54bbd..bae82b2 100644
--- a/static/styles.css
+++ b/static/styles.css
@@ -14,8 +14,10 @@ div.pagetop {
h1.jumbo {
background-image: linear-gradient(#f5fff5, darkgreen);
background-size: 100%;
- background-clip: text;
- text-fill-color: transparent;
+ -webkit-background-clip: text;
+ -moz-background-clip: text;
+ -webkit-text-fill-color: transparent;
+ -moz-text-fill-color: transparent;
color: white;
text-align: center;
font-size: 10em;