projects
/
website.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a586e8
)
css
author
MatthewOwens
<matthew@owens.tech>
Tue, 21 Jul 2020 11:44:53 +0000
(12:44 +0100)
committer
MatthewOwens
<matthew@owens.tech>
Tue, 21 Jul 2020 11:44:53 +0000
(12:44 +0100)
style.css
patch
|
blob
|
history
diff --git
a/style.css
b/style.css
index
078981e
..
fde1a90
100644
(file)
--- 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 {