Colorize BLOCKQUOTE

pull/4/head
Adam Porter 9 years ago
parent f20cc6dcbf
commit 640a17b7c0

@ -13,6 +13,7 @@ textarea {
background-color: #073642 !important;
color: #839496 !important;
}
blockquote,
pre {
background-color: #073642 !important;
}

@ -13,6 +13,7 @@ textarea {
background-color: #eee8d5 !important;
color: #657b83 !important;
}
blockquote,
pre {
background-color: #eee8d5 !important;
}

@ -13,6 +13,7 @@ textarea {
background-color: #073642 !important;
color: #839496 !important;
}
blockquote,
pre {
background-color: #073642 !important;
}

@ -13,6 +13,7 @@ textarea {
background-color: #eee8d5 !important;
color: #657b83 !important;
}
blockquote,
pre {
background-color: #eee8d5 !important;
}

@ -42,5 +42,6 @@ textarea
background-color highlight
color()
blockquote,
pre
background-color highlight
Loading…
Cancel
Save