summaryrefslogtreecommitdiff
path: root/themes/vapor/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/vapor/static/style.css')
-rw-r--r--themes/vapor/static/style.css6
1 files changed, 4 insertions, 2 deletions
diff --git a/themes/vapor/static/style.css b/themes/vapor/static/style.css
index 9c522f2..074dec2 100644
--- a/themes/vapor/static/style.css
+++ b/themes/vapor/static/style.css
@@ -1,7 +1,9 @@
body {
font-family: 'Times New Roman', serif;
- background: linear-gradient(135deg, #3a0088, #9e4fff);
- background-image: url("/images/yummywater.png");
+ background: linear-gradient(to right, #3cbede, #9e4fff);
+ background: linear-gradient(to right, rgba(60, 190, 222, 0.8), rgba(158, 79, 255, 0.8));
+ position: relative;
+ overflow: hidden;
color: #f5f5f5;
}