update styles

This commit is contained in:
Jesús 2019-11-15 21:27:29 -05:00
parent 3c2c82ac6c
commit d6be92b178
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -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;
}