Fix kbd and post__tag styles

This commit is contained in:
vimux 2018-05-22 19:13:45 +03:00
parent 7cfc72dd32
commit 37b761904a
No known key found for this signature in database
GPG key ID: 5A34FDC4EE832E34

View file

@ -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 {