Lars #193

Merged
11291680 merged 1 commits from lars into master 2017-02-02 15:27:28 +01:00
2 changed files with 8 additions and 0 deletions

View File

@@ -48,6 +48,10 @@
width: 90%;
}
.post-content a {
text-decoration: underline;
}
.commentfield {
margin-bottom: 20px;
}

View File

@@ -94,6 +94,10 @@ div.posts div.post {
word-wrap: break-word;
}
div.posts div.post a {
text-decoration: underline;
}
div.posts div.post:hover {
box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}