fix: 修復夜間模式下,閲讀模式代碼塊背景顔色的顯示bug

fix: 修復在 chrome上,進入頁面時,頁面元素會出現模糊到清晰的bug close #479
fix: 修復 文章頁面上滑子菜單圖標文字無法顯示的 bug close #481
improvement: meta description 限制在150字以內 close #480
improvement: pug優化和結構調整
This commit is contained in:
Jerry
2021-01-29 23:38:13 +08:00
Unverified
parent 6962353af6
commit 2cd1aa5bc9
13 changed files with 165 additions and 129 deletions

View File

@@ -348,8 +348,8 @@ _:future,
display: inline-block
padding: .3rem .7rem
width: 100%
color: var(--font-color)
text-shadow: none
color: var(--font-color) !important
text-shadow: none !important
&.hide-menu
#toggle-menu
@@ -376,3 +376,4 @@ _:future,
padding-bottom: .3rem
text-shadow: .05rem .05rem .1rem rgba($dark-black, .3)
font-size: .78em
cursor: pointer