update styles

This commit is contained in:
Jesús
2019-11-15 21:27:29 -05:00
parent 3c2c82ac6c
commit d6be92b178

View File

@@ -123,7 +123,8 @@ video {
display: table; display: table;
} }
.input::-moz-placeholder, .textarea::-moz-placeholder { .input::-moz-placeholder,
.textarea::-moz-placeholder {
color: black; color: black;
} }
@@ -513,11 +514,6 @@ h4 > a:hover {
border-color: transparent; border-color: transparent;
} }
.comments-content {
background-color: #161c1c;
padding-bottom: 10px;
}
.pagination-style-custom { .pagination-style-custom {
margin-top: 50px; margin-top: 50px;
} }
@@ -535,6 +531,12 @@ h4 > a:hover {
box-shadow: 0 1px 3px rgba(10, 10, 10, 0.1); box-shadow: 0 1px 3px rgba(10, 10, 10, 0.1);
} }
.comments-content {
background-color: #161c1c;
padding-bottom: 10px;
margin-top: 20px;
}
.comments-wrapper { .comments-wrapper {
padding: 25px; padding: 25px;
} }