From: MatthewOwens <matthew@owens.tech>
Date: Tue, 21 Jul 2020 11:44:53 +0000 (+0100)
Subject: css
X-Git-Url: https://git.owens.tech/assets/dummy.html/assets/dummy.html/git?a=commitdiff_plain;h=ebf9e4384dba5b2767687d67c20af92234e39b92;p=website.git

css
---

diff --git a/style.css b/style.css
index 078981e..fde1a90 100644
--- a/style.css
+++ b/style.css
@@ -6,6 +6,7 @@ body {
 	overflow-y:scroll;
 	margin:4em;
 	width:80%;
+	margin:auto;
 }
 
 a {
@@ -13,7 +14,25 @@ a {
 	text-decoration:none;
 }
 a:hover {
-	color:#b4f;
+	color:#f39090;
+}
+
+#post-list {
+	//background-color:aqua;
+	margin:auto;
+	padding:2em;
+	border-bottom:1px solid #333
+}
+
+#post-list-item {
+    //background-color: green;
+    width:80%;
+    margin:auto;
+    padding:.2em
+}
+
+#post-list-item:hover {
+	background-color: #2d2d2d;
 }
 
 header {