From 9c60f9a0e1250713d6777169fdeedcd856a99963 Mon Sep 17 00:00:00 2001
From: Froge <froge@git.repo.cafe>
Date: Sun, 2 Feb 2025 07:13:41 +1000
Subject: [PATCH] More styling changes

---
 static/main.css     | 18 +++++++-----------
 templates/base.html |  2 +-
 2 files changed, 8 insertions(+), 12 deletions(-)

diff --git a/static/main.css b/static/main.css
index 1dbc7c1..2b4bd69 100644
--- a/static/main.css
+++ b/static/main.css
@@ -1,15 +1,9 @@
-html {
-  height: 100%;
-  width: 100%;
-  overflow: hidden;
-}
-
 body {
-  font-family: Open Sans,Arial;
+  font-family: Open Sans, Arial;
   color: #e4e4e4;
   font-size: 14px;
   margin: auto;
-  max-width: 48em;
+  max-width: 50em;
   line-height: 1.4;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
@@ -39,11 +33,12 @@ a:hover {
 }
 
 #site-content {
-  height: 20em;
+  height: 100%;
   margin: 5em auto;
   padding: 1em;
+  padding-bottom: 2em;
   border-radius: 1em;
-  background: rgba(0,0,0, 0.6);
+  background: rgba(0,0,0, 0.7);
   box-shadow: 1em 1em 1em 1em rgba(0,0,0, 0.5);
 }
 
@@ -51,6 +46,7 @@ a:hover {
   font-size: 10px;
   color: #e4e4e4;
   text-decoration: none;
+  border-bottom: #541287 0.8em dotted;
 }
 
 #ascii-header a {
@@ -81,7 +77,7 @@ a:hover {
   left: 0%;
   height: 100%;
   width: 100%;
-  background-color: #252422;
+  background-color: #000000;
   overflow: hidden;
 }
 
diff --git a/templates/base.html b/templates/base.html
index 45b20d9..4f56b3b 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -20,7 +20,7 @@
       <h1 class="title">
         This is my blog made with <a target="_blank" href="https://www.getzola.org">Zola!</a>
       </h1>
-      <h3>It's currently running on <a target="_blank" href="https://www.vultr.com">Vultr</a> for free with 500MB of RAM and <a target="_blank" href="https://www.openbsd.org">OpenBSD :)</a></h3>
+      <h3>It's currently running on <a target="_blank" href="https://www.vultr.com">Vultr</a> for free with 500MB of RAM and <a target="_blank" href="https://www.openbsd.org">OpenBSD</a></h3>
       <div class="blog-posts">
         {% block content %} {% endblock %}
       </div>