fix: 修復在modern樣式下,note 標簽外掛沒有使用tags名時,沒有背景色和夜間模式文字顯示不清楚的bugs

fix: 修復主頁文章cover在深色模式下,邊角有小白邊的bugs close #278
fix: 修復note標簽外掛下,代碼塊顯示背景色的bugs close #339
This commit is contained in:
Jerry
2020-08-27 21:47:40 +08:00
parent 40fd319cb2
commit ee6f62f4bc
4 changed files with 16 additions and 13 deletions

View File

@@ -7,11 +7,14 @@
flex-direction: row
align-items: center
height: 20em
border-radius: 8px
border-radius: 12px 8px 8px 12px
background: var(--card-bg)
box-shadow: 0 4px 8px 6px rgba(7, 17, 27, .06)
transition: all .3s
+maxWidth768()
border-radius: 12px 12px 8px 8px
&:hover
box-shadow: 0 4px 12px 12px rgba(7, 17, 27, .15)