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 {
|
kbd {
|
||||||
padding: 2px 3px;
|
padding: 2px 3px;
|
||||||
color: #000;
|
font-weight: 700;
|
||||||
background: #999;
|
color: #111;
|
||||||
|
background: #888;
|
||||||
}
|
}
|
||||||
|
|
||||||
figure {
|
figure {
|
||||||
|
@ -663,7 +664,7 @@ mark {
|
||||||
padding: 0 .375rem .1875rem;
|
padding: 0 .375rem .1875rem;
|
||||||
margin: 0 .3125rem .3125rem 0;
|
margin: 0 .3125rem .3125rem 0;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
background: #151515;
|
background: #111;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post__toc {
|
.post__toc {
|
||||||
|
|
Loading…
Reference in a new issue