diff options
author | Nat Lasseter <user@4574.co.uk> | 2025-05-13 10:55:05 +0100 |
---|---|---|
committer | Nat Lasseter <user@4574.co.uk> | 2025-05-13 10:55:05 +0100 |
commit | 765cc45335dfc3db28265bb7392c4c7692c6de04 (patch) | |
tree | a5a6010bb5e0655a0c103ac154b343e9e1a97069 | |
parent | f9cc0403d7bef9de2ea392044d54c54bf328c587 (diff) |
[toplinks] restyle
-rw-r--r-- | static/styles.css | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/static/styles.css b/static/styles.css index bae82b2..72847c2 100644 --- a/static/styles.css +++ b/static/styles.css @@ -12,12 +12,6 @@ div.pagetop { } h1.jumbo { - background-image: linear-gradient(#f5fff5, darkgreen); - background-size: 100%; - -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; |