Parents by key
This commit is contained in:
parent
219bee0b5f
commit
1020966179
|
@ -72,6 +72,9 @@ th, td {
|
||||||
|
|
||||||
pre, code {
|
pre, code {
|
||||||
white-space: pre-wrap !important;
|
white-space: pre-wrap !important;
|
||||||
|
background: #ededed;
|
||||||
|
border-radius: 2px;
|
||||||
|
padding: 2px 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
blockquote {
|
blockquote {
|
||||||
|
@ -83,7 +86,7 @@ blockquote {
|
||||||
}
|
}
|
||||||
|
|
||||||
.note {
|
.note {
|
||||||
background: #FBDF6B;
|
background: #EBD065;
|
||||||
color: #777;
|
color: #777;
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
margin: 30px 0;
|
margin: 30px 0;
|
||||||
|
|
Loading…
Reference in New Issue