diff --git a/ref/DEFAULT.html b/ref/DEFAULT.html
index e54b54e..ddc52dd 100644
--- a/ref/DEFAULT.html
+++ b/ref/DEFAULT.html
@@ -15,4 +15,5 @@
+
diff --git a/ref/FOOTER.html b/ref/FOOTER.html
index ca24c2b..103a4f0 100644
--- a/ref/FOOTER.html
+++ b/ref/FOOTER.html
@@ -1,4 +1,5 @@
+
diff --git a/sitefiles/sig.css b/sitefiles/sig.css
index 07a9e8c..663e4d1 100644
--- a/sitefiles/sig.css
+++ b/sitefiles/sig.css
@@ -50,7 +50,15 @@ body{
background-color:$SITE_BACKCOL;
}
-.content .title{
+.contentBody{
+ background-color: rgba(255, 255, 255, .06);
+ backdrop-filter: blur(7px);
+ color: #AA77FF;
+ font-weight:900;
+ text-shadow: 0.3px 0.3px 3px #666666;
+}
+
+.contentBody .title{
font-size:x-large;
border-bottom-style: outset;
border-radius: 32px;
@@ -58,18 +66,13 @@ body{
max-width:content;
}
-.content{
+.contentBody .content{
border-radius: 12px 0px 12px 0px;
border-style: none outset outset none;
border-color: rgb(17, 153, 17, .3);
border-width: 3px;
margin: 12px 4px 8px 4px;
- padding: 50px 4px 4px 4px;
- background-color: rgba(255, 255, 255, .06);
- backdrop-filter: blur(7px);
- color: #AA77FF;
- font-weight:900;
- text-shadow: 0.3px 0.3px 3px #666666;
+ padding: 4px;
}
.content:hover{