diff --git a/_layouts/default-home.html b/_layouts/default-home.html
index 982e44a..149f357 100644
--- a/_layouts/default-home.html
+++ b/_layouts/default-home.html
@@ -34,7 +34,7 @@
-
+
{{ content }}
diff --git a/assets/main.scss b/assets/main.scss
index 6d60a93..dce5f59 100644
--- a/assets/main.scss
+++ b/assets/main.scss
@@ -13,10 +13,7 @@
html,
body {
- -webkit-box-shadow: inset 0 3px 50px rgba(0,0,0,0.3);
- -moz-box-shadow: inset 0 3px 50px rgba(0,0,0,0.3);
- box-shadow: inset 0 3px 50px rgba(0,0,0,0.3);
- /* text-shadow: 0 1px 1px rgba(0,0,0,0.3); */
+ text-shadow: 0 1px 1px rgba(0,0,0,0.3);
-webkit-font-feature-settings: "kern" 1;
-moz-font-feature-settings: "kern" 1;
-o-font-feature-settings: "kern" 1;
@@ -68,8 +65,12 @@ article .post-content p {
margin-top: 29px;
}
+.page-content-home {
+ background-color: #e4e2dd;
+}
+
.page-content .wrapper {
- padding: 0 20px;
+ padding: 30px;
margin: 0 auto;
max-width: calc(700px - 60px);
}
@@ -115,6 +116,21 @@ article .post-content p {
font-weight: bold;
}
+.post-list li h3 a:hover {
+ text-decoration: none;
+ color: #bb4a03 !important;
+}
+.post-list li h3 a {
+ color: #222 !important;
+ font-weight: bold;
+ font-size: 36px;
+}
+
+.post-list li {
+ background-color: #fff;
+ padding: 20px;
+}
+
.jumbotron #mc_embed_signup label{
text-align: center;
font-size: 36px;