Added uderline in link posts

This commit is contained in:
Lars van Hijfte
2017-02-02 14:57:50 +01:00
parent 33399639b1
commit 7f48cae019
2 changed files with 8 additions and 0 deletions

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);
}