Various site updates

This commit is contained in:
2024-01-31 23:37:10 -05:00
parent 8e88eb8734
commit 72d1c1aaf4
13 changed files with 60 additions and 75 deletions

View File

@@ -40,7 +40,7 @@ body
{
background-attachment: fixed;
background-color: #000;
background-image: url('img/hexpat.png');
background-image: url('/img/hexpat.png');
background-repeat: repeat;
color: #6FC3DF;
font-family: 'Open Sans', sans-serif;
@@ -143,7 +143,7 @@ img
#wrapper
{
background-image: url('img/50black.png');
background-image: url('/img/50black.png');
background-repeat: repeat;
border: 1px solid #CDF8FF;
box-shadow: 0px 0px 20px #CDF8FF;