aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNat Lasseter <user@4574.co.uk>2025-05-13 10:54:08 +0100
committerNat Lasseter <user@4574.co.uk>2025-05-13 10:54:08 +0100
commitf9cc0403d7bef9de2ea392044d54c54bf328c587 (patch)
treeb66eb36cd688d6dbd7b8bb74fb0be4e5d9b1d0cf
parent15807a49404bb8752db5f290ca50bf4e67506d83 (diff)
[toplinks] css is a horrible hack
-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;