aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cl-theme/static/css/style.css14
1 files changed, 8 insertions, 6 deletions
diff --git a/cl-theme/static/css/style.css b/cl-theme/static/css/style.css
index bec0815..7162e0d 100644
--- a/cl-theme/static/css/style.css
+++ b/cl-theme/static/css/style.css
@@ -123,7 +123,8 @@ video {
display: table;
}
-.input::-moz-placeholder, .textarea::-moz-placeholder {
+.input::-moz-placeholder,
+.textarea::-moz-placeholder {
color: black;
}
@@ -513,11 +514,6 @@ h4 > a:hover {
border-color: transparent;
}
-.comments-content {
- background-color: #161c1c;
- padding-bottom: 10px;
-}
-
.pagination-style-custom {
margin-top: 50px;
}
@@ -535,6 +531,12 @@ h4 > a:hover {
box-shadow: 0 1px 3px rgba(10, 10, 10, 0.1);
}
+.comments-content {
+ background-color: #161c1c;
+ padding-bottom: 10px;
+ margin-top: 20px;
+}
+
.comments-wrapper {
padding: 25px;
}