diff --git a/main-site/themes/temper/layouts/index.html b/main-site/themes/temper/layouts/index.html
index 396e839..83a3b1f 100644
--- a/main-site/themes/temper/layouts/index.html
+++ b/main-site/themes/temper/layouts/index.html
@@ -3,10 +3,10 @@
{{ partial "head.html" . }}
-
+
{{.Site.Title}}
-
{{.Site.Params.Description}}
+
{{.Site.Params.Description}}
{{ partial "socials.html" . }}
diff --git a/main-site/themes/temper/static/css/style.css b/main-site/themes/temper/static/css/style.css
index 7955f4d..3711e56 100644
--- a/main-site/themes/temper/static/css/style.css
+++ b/main-site/themes/temper/static/css/style.css
@@ -1,6 +1,7 @@
body {
- background-color: #212121;
- font-family: 'Courier New', monospace;
+ /* background-color: #212121; */
+ background-image: url("/img/bg.png");
+ font-family: 'Courier New', monospace;
color: #dcdcdc;
}
html {
@@ -19,7 +20,6 @@ html {
}
.banner-container {
- position: relative;
text-align: center;
}
@@ -72,12 +72,8 @@ html {
}
.headline-title {
- font-size: 4rem;
font-weight: bold;
}
-.one-liner {
- font-size: 2rem;
-}
.postcard {
padding: 0.25rem 0;
@@ -242,5 +238,3 @@ ul.timeline > li:before {
margin: 0.3em;
}
-
-