Colorize PRE

pull/4/head
Adam Porter 9 years ago
parent 8ed8bba95e
commit f20cc6dcbf

@ -13,6 +13,9 @@ textarea {
background-color: #073642 !important;
color: #839496 !important;
}
pre {
background-color: #073642 !important;
}
body * {
border-color: #094352 !important;
}

@ -13,6 +13,9 @@ textarea {
background-color: #eee8d5 !important;
color: #657b83 !important;
}
pre {
background-color: #eee8d5 !important;
}
body * {
border-color: #ebe4cf !important;
}

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

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

@ -13,6 +13,9 @@ textarea {
background-color: #073642 !important;
color: #839496 !important;
}
pre {
background-color: #073642 !important;
}
body * {
border-color: #094352 !important;
}

@ -13,6 +13,9 @@ textarea {
background-color: #eee8d5 !important;
color: #657b83 !important;
}
pre {
background-color: #eee8d5 !important;
}
body * {
border-color: #ebe4cf !important;
}

@ -41,3 +41,6 @@ input
textarea
background-color highlight
color()
pre
background-color highlight
Loading…
Cancel
Save