summaryrefslogtreecommitdiff
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
parent6a322a24b9c64ff6b139354e087887d0131c590a (diff)
Changed background and added under constructionHEADmaster
-rw-r--r--themes/vapor/layouts/index.html5
-rw-r--r--themes/vapor/static/style.css6
2 files changed, 7 insertions, 4 deletions
diff --git a/themes/vapor/layouts/index.html b/themes/vapor/layouts/index.html
index e97bba4..b13bd1d 100644
--- a/themes/vapor/layouts/index.html
+++ b/themes/vapor/layouts/index.html
@@ -16,7 +16,8 @@ h3 {
</style>
<div class="center">
- <p>Thank you for visiting my site.</p>
+ <p>Thank you for visiting my site.</p> <br>
+ <h2><b>THIS SITE IS IN BETA, IT IS UNDER CONSTRUCTION.</b></h2>
<p>Add my RSS feed to stay updated: <a href="index.xml">RSS FEED</a>.</p>
<hr>
@@ -31,7 +32,7 @@ h3 {
</p>
<h3>Site links:</h3>
</div>
-
+<div class="water-background"></div>
<ul>
<li><a href="/articles/">Blog</a></li>
<li><a href="https://schizoid.party">Schizoid Party</a></li>
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;
}