diff --git a/custom/custom.css b/custom/custom.css index 1680747..1d297b3 100644 --- a/custom/custom.css +++ b/custom/custom.css @@ -6,4 +6,19 @@ background-color: rgba(243, 243, 243, 0.7); font-size: 20px; line-height: 41px; -} \ No newline at end of file +} +.k-main .details .comments-area { + margin-top: 16px; + padding: 1.6px 16px 16px; + border-radius: 2px; + background-color: #fff; + -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); + -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); + box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); + } + + .k-main .details .post-2 .comments-area { + -webkit-box-shadow: none; + -moz-box-shadow: none; + box-shadow: none; + } \ No newline at end of file