Make comments border less agressive

This commit is contained in:
Bat 2018-05-12 14:40:52 +01:00
parent 81aea44586
commit 3d5d03dc08
1 changed files with 2 additions and 1 deletions

View File

@ -58,10 +58,11 @@ input[type="submit"] {
.comment {
background: white;
border: 1px solid #7a28cb;
border-radius: 3px;
padding: 20px;
margin: 10px 0px;
box-shadow: 0px 0px 5px #7a28cb1a;
margin-bottom: 20px;
}
.comment a {