Add styles for kbd and blockquote
This commit is contained in:
parent
951d583cf4
commit
f11911d663
1 changed files with 16 additions and 0 deletions
|
@ -109,6 +109,16 @@ dd {
|
|||
margin-left: 0;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
padding-left: 15px;
|
||||
margin: 0 0 1rem;
|
||||
border-left: 5px solid #f8ae00;
|
||||
}
|
||||
|
||||
blockquote footer {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
dfn {
|
||||
font-style: italic;
|
||||
}
|
||||
|
@ -167,6 +177,12 @@ pre {
|
|||
background-color: #151515;
|
||||
}
|
||||
|
||||
kbd {
|
||||
padding: 2px 3px;
|
||||
color: #000;
|
||||
background: #999;
|
||||
}
|
||||
|
||||
figure {
|
||||
margin: 0 0 1rem;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue