mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-11-26 21:41:04 +00:00
Make comments border less agressive
This commit is contained in:
parent
81aea44586
commit
3d5d03dc08
1 changed files with 2 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue