aboutsummaryrefslogtreecommitdiff
path: root/static/styles.css
diff options
context:
space:
mode:
authorNat Lasseter <user@4574.co.uk>2025-05-13 10:50:20 +0100
committerNat Lasseter <user@4574.co.uk>2025-05-13 10:50:20 +0100
commit7fee27a46bae5ef378d70d603a2e88c4bdb91401 (patch)
treeeaf6f3498ab37784f1b5be4472f0965898f4e04d /static/styles.css
parent3977b121a79ce64f936bb4ee16ae0ee31f8affca (diff)
[toplinks] restyle
Diffstat (limited to 'static/styles.css')
-rw-r--r--static/styles.css12
1 files changed, 10 insertions, 2 deletions
diff --git a/static/styles.css b/static/styles.css
index a1745df..4af9f29 100644
--- a/static/styles.css
+++ b/static/styles.css
@@ -6,8 +6,16 @@ h1 {
margin: 0;
}
-h1.jumbo {
+div.jumbo {
+ padding: 0;
background-image: linear-gradient(darkgreen, #f5fff5);
+}
+
+h1.jumbo {
+ background-image: linear-gradient(#f5fff5, darkgreen);
+ background-size: 100%;
+ background-clip: text;
+ text-fill-color: transparent;
color: white;
text-align: center;
font-size: 10em;
@@ -27,8 +35,8 @@ div {
}
div.toplinks {
- background-color: #f5fff5;
padding: 0;
+ background-color: #f5fff5;
}
table.toplinks {