From 78f72324145065113747794e8f9eb2f70f620c32 Mon Sep 17 00:00:00 2001 From: Skiz Date: Mon, 2 Sep 2024 17:01:54 -0400 Subject: Changed background and added under construction --- themes/vapor/static/style.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'themes/vapor/static') 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; } -- cgit v1.2.3