Add markdown link color

This commit is contained in:
Kevin Sawicki
2013-02-05 08:41:54 -08:00
parent 3514048893
commit 7a88e4bdb6
2 changed files with 8 additions and 0 deletions

View File

@@ -29,6 +29,10 @@
font-family: Consolas, "Liberation Mono", Courier, monospace;
}
.markdown-body a {
color: #4183c4;
}
.markdown-body ol > li {
list-style-type: decimal;
}

View File

@@ -29,6 +29,10 @@
font-family: Consolas, "Liberation Mono", Courier, monospace;
}
.markdown-body a {
color: #4183c4;
}
.markdown-body ol > li {
list-style-type: decimal;
}