From f9cc0403d7bef9de2ea392044d54c54bf328c587 Mon Sep 17 00:00:00 2001 From: Nat Lasseter Date: Tue, 13 May 2025 10:54:08 +0100 Subject: [toplinks] css is a horrible hack --- static/styles.css | 6 ++++-- 1 file 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; -- cgit v1.2.3