To change color of Comment Box outline. From this.
To this.
You can use this code to Custom CSS box.
/* comment box */ .squarespace-comments .new-comment-area { border: 2px solid red; }