From 1e4166e67fbccb751201e1721c58eda9809880f9 Mon Sep 17 00:00:00 2001 From: wizardforcel <562826179@qq.com> Date: Thu, 4 Feb 2016 16:43:54 +0800 Subject: [PATCH] fix comment div --- themes/light/source/css/_partial/comment.styl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/themes/light/source/css/_partial/comment.styl b/themes/light/source/css/_partial/comment.styl index 146a3ad..0455cc3 100644 --- a/themes/light/source/css/_partial/comment.styl +++ b/themes/light/source/css/_partial/comment.styl @@ -1,7 +1,8 @@ #comment padding 20px - background #fff - box-shadow 1px 2px 3px #ddd + background rgba(0,0,0,0.65) + border-radius 17px + // box-shadow 1px 2px 3px #ddd margin-bottom 50px .title font-weight normal -- GitLab