Parents by key

This commit is contained in:
Diego Najar 2017-07-23 00:38:05 +02:00
parent 219bee0b5f
commit 1020966179
1 changed files with 4 additions and 1 deletions

View File

@ -72,6 +72,9 @@ th, td {
pre, code {
white-space: pre-wrap !important;
background: #ededed;
border-radius: 2px;
padding: 2px 5px;
}
blockquote {
@ -83,7 +86,7 @@ blockquote {
}
.note {
background: #FBDF6B;
background: #EBD065;
color: #777;
font-size: 0.9em;
margin: 30px 0;