Fix kbd and post__tag styles
This commit is contained in:
parent
7cfc72dd32
commit
37b761904a
1 changed files with 4 additions and 3 deletions
|
@ -220,8 +220,9 @@ pre code {
|
|||
|
||||
kbd {
|
||||
padding: 2px 3px;
|
||||
color: #000;
|
||||
background: #999;
|
||||
font-weight: 700;
|
||||
color: #111;
|
||||
background: #888;
|
||||
}
|
||||
|
||||
figure {
|
||||
|
@ -663,7 +664,7 @@ mark {
|
|||
padding: 0 .375rem .1875rem;
|
||||
margin: 0 .3125rem .3125rem 0;
|
||||
line-height: 1.5;
|
||||
background: #151515;
|
||||
background: #111;
|
||||
}
|
||||
|
||||
.post__toc {
|
||||
|
|
Loading…
Reference in a new issue