From 6c9cee1d3fab90092db9d5bcfcd68764e6d9df84 Mon Sep 17 00:00:00 2001 From: Astrian Zheng Date: Mon, 2 Dec 2019 15:18:54 +0800 Subject: [PATCH] optimized style for
 and  elements

---
 asset/style.css | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/asset/style.css b/asset/style.css
index f966d2f..b1ca2fe 100644
--- a/asset/style.css
+++ b/asset/style.css
@@ -169,9 +169,12 @@ a:hover.item{
   font-weight: 500;
 }
 .article.huge .post .body pre{
-  background-color: #042f39;
+  background-color: #242424;
   color: white;
   border-radius: 4px;
+  padding: 8px;
+  border: #042f39 1px solid;
+  box-shadow: inset 0px 1px 5px #000;
 }
 
 .pagenavi {
@@ -366,6 +369,11 @@ span.smallcaps {
     font-size: 20px;
     line-height: 30px;
   }
+  .article.huge .post h2{
+    margin-top: 25px;
+    margin-bottom: 10px;
+    font-weight: 500;
+  }
 
   .article.normal {
     flex-direction: row-reverse;