Make comments border less agressive
This commit is contained in:
parent
81aea44586
commit
3d5d03dc08
@ -58,10 +58,11 @@ input[type="submit"] {
|
|||||||
|
|
||||||
.comment {
|
.comment {
|
||||||
background: white;
|
background: white;
|
||||||
border: 1px solid #7a28cb;
|
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
margin: 10px 0px;
|
margin: 10px 0px;
|
||||||
|
box-shadow: 0px 0px 5px #7a28cb1a;
|
||||||
|
margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.comment a {
|
.comment a {
|
||||||
|
Loading…
Reference in New Issue
Block a user