FabNum_blog/static/css/custom.css

44 lines
584 B
CSS

article img {
display: block;
margin-left: auto;
margin-right: auto;
}
.comments-box {
border: 1px solid #ccc;
padding: 1.5rem;
margin-top: 2rem;
border-radius: 8px;
background-color: #f9f9f9;
}
.comments-box h2 {
margin-top: 0;
font-size: 1.4rem;
border-bottom: 1px solid #ddd;
padding-bottom: 0.5rem;
color: #333;
}
.isso-text > p {
color: #333 !important;
}
.isso-auth-section label {
color: #333 !important;
}
a {
text-decoration: underline;
}
h3 {
text-align: center;
margin-top: 2em;
margin-bottom: 1em;
}
p {
text-indent: 20px;
}