From c082e08c16cc044c4fb6ac490d84167f14a53159 Mon Sep 17 00:00:00 2001 From: Ayo Date: Sun, 17 Jun 2018 13:16:00 +0800 Subject: [PATCH] some styles --- assets/main.scss | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/assets/main.scss b/assets/main.scss index 560254f..6fec4a7 100644 --- a/assets/main.scss +++ b/assets/main.scss @@ -35,6 +35,7 @@ body { .post-content h2, .post-content h3 { padding-top: 20px; + font-weight: bold; } header.site-header { @@ -73,6 +74,14 @@ article .post-content ol li, margin-top: 29px; } +table.image img { + border: 1px solid #cccccc; +} + +caption { + font-size: 16px; +} + .page-content-home { background-color: #e4e2dd; } @@ -347,10 +356,15 @@ nav#side-nav { article .post-content p, article .post-content ul li, article .post-content ol li, - .home .post-excerpt p { + .home .post-excerpt p + { font-size: 16px; } + caption { + font-size: 12px; + } + .jumbotron { background: rgba(141, 191, 66, .97)!important; width: 100%;