aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 {