feat: 在設置裏配置js/css(CDN_USE)時可以設定其他參數 closes #152

 feat: readmode下可以切換darkmode和lightmode
💄 fix: 高分辨率下的界面適配 closes #163
🐛 fix: 修復DarkMode下,note標簽的顯示bug
This commit is contained in:
Jerry
2020-03-30 21:45:13 +08:00
Unverified
parent 16a3ac510d
commit 5e37ab641a
9 changed files with 60 additions and 35 deletions

View File

@@ -42,7 +42,6 @@ if hexo-config('readmode') && hexo-config('readmode.enable')
.note
border: 2px solid #eee
border-left-color: transparent
background-color: transparent
#mobile-sidebar-menus,
@@ -76,7 +75,6 @@ if hexo-config('readmode') && hexo-config('readmode.enable')
.note
border: 2px solid rgba(255, 255, 255, .6)
border-left-color: transparent
filter: none
background-color: transparent
color: rgba(255, 255, 255, .6)
@@ -114,10 +112,6 @@ if hexo-config('readmode') && hexo-config('readmode.enable')
.highlight
display: block !important
#rightside
#darkmode
display: none
& > canvas
display: none !important