docs(misc/contribute): fix syntax highlighting of URLS

Closes #8168
Closes #8169
This commit is contained in:
Caitlin Potter
2014-07-12 22:06:33 -04:00
parent 187b1b8ef4
commit 6133c63214
2 changed files with 9 additions and 5 deletions

View File

@@ -6,6 +6,10 @@
line-height: 1.5;
}
.lang-text * {
color: #333333!important;
}
.pln {
color: #333333;
}