Use site color for code elements

This commit is contained in:
Kevin Sawicki
2013-05-06 08:34:05 -07:00
parent 7be6421989
commit ebc75b1ba8

View File

@@ -6,6 +6,10 @@
overflow: scroll;
box-sizing: border-box;
padding: 20px;
code {
color: #333;
}
}
.markdown-spinner {