some styles

This commit is contained in:
Ayo 2018-06-17 13:16:00 +08:00
parent a499b19957
commit c082e08c16

View file

@ -35,6 +35,7 @@ body {
.post-content h2, .post-content h2,
.post-content h3 { .post-content h3 {
padding-top: 20px; padding-top: 20px;
font-weight: bold;
} }
header.site-header { header.site-header {
@ -73,6 +74,14 @@ article .post-content ol li,
margin-top: 29px; margin-top: 29px;
} }
table.image img {
border: 1px solid #cccccc;
}
caption {
font-size: 16px;
}
.page-content-home { .page-content-home {
background-color: #e4e2dd; background-color: #e4e2dd;
} }
@ -347,10 +356,15 @@ nav#side-nav {
article .post-content p, article .post-content p,
article .post-content ul li, article .post-content ul li,
article .post-content ol li, article .post-content ol li,
.home .post-excerpt p { .home .post-excerpt p
{
font-size: 16px; font-size: 16px;
} }
caption {
font-size: 12px;
}
.jumbotron { .jumbotron {
background: rgba(141, 191, 66, .97)!important; background: rgba(141, 191, 66, .97)!important;
width: 100%; width: 100%;