summaryrefslogtreecommitdiff
path: root/themes/vapor/static/style.css
diff options
context:
space:
mode:
authorSkiz <skiznet@aol.com>2024-09-02 17:01:54 -0400
committerSkiz <skiznet@aol.com>2024-09-02 17:01:54 -0400
commit78f72324145065113747794e8f9eb2f70f620c32 (patch)
treeb6dcea8c521a913d3efa345974097a1f953acc3f /themes/vapor/static/style.css
parent6a322a24b9c64ff6b139354e087887d0131c590a (diff)
Changed background and added under constructionHEADmaster
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;
}