Customize CSS For Fad

.site-header {
background-color: #b1c7c7;
}

.brand .custom-logo, .brand .custom-logo-link {
width: 80px;
}

.site-footer {
background-color: #b1c7c7;
color: #007f9c;
}
.site-content .hentry, .site-content .widget {

background-color: #dee8e8;
border-radius:1px;
box-shadow:0 0px 1px #14ad7f;
}

blockquote, pre {
font-style: italic;
border-left: 5px solid #008090;
margin: 30px 0;
padding: 10px 20px 10px 30px;
background-color: rgba(78,183,212,0.33);
border-radius:1px;
}

.comments-area {
background-color: #b1c7c7;
}
textarea {
background-color: #dee8e8;
}

.avatar {
border-radius: 50%;
}

Tags

Leave a Reply

Your email address will not be published. Required fields are marked *