diff options
author | Nat Lasseter <user@4574.co.uk> | 2025-05-13 10:54:08 +0100 |
---|---|---|
committer | Nat Lasseter <user@4574.co.uk> | 2025-05-13 10:54:08 +0100 |
commit | f9cc0403d7bef9de2ea392044d54c54bf328c587 (patch) | |
tree | b66eb36cd688d6dbd7b8bb74fb0be4e5d9b1d0cf | |
parent | 15807a49404bb8752db5f290ca50bf4e67506d83 (diff) |
[toplinks] css is a horrible hack
-rw-r--r-- | static/styles.css | 6 |
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; |