add the layout of kbd tag

This commit is contained in:
GZTime
2021-02-22 21:08:44 +08:00
Unverified
parent 2dbf4561bc
commit 245bdfc46f
3 changed files with 26 additions and 1 deletions

View File

@@ -51,6 +51,11 @@ if hexo-config('darkmode.enable') || hexo-config('display_mode') == 'dark'
.aplayer
filter: brightness(.8)
kbd
border-color: #696969
background-color: #525252
color: #e2f1ff
//
#page-header
&.nav-fixed > #nav,
@@ -154,4 +159,4 @@ if hexo-config('darkmode.enable') || hexo-config('display_mode') == 'dark'
background: #121212
#operare_artitalk .c2
background: #121212
background: #121212

View File

@@ -163,6 +163,12 @@ if hexo-config('readmode')
border-left: .2rem solid var(--gray)
background-color: var(--readmode-light-color)
kbd
border: 1px solid var(--gray)
color: var(--font-color)
box-shadow: none
background-color: transparent
.hide-toggle
border: 1px solid var(--gray) !important