Add .atmention class to CSS for at-mentions of GitHub users

This commit is contained in:
Thomas Jensen 2015-03-17 17:11:13 +01:00
parent b54bf96661
commit 029f0733ed

View File

@ -62,6 +62,10 @@ blockquote {
font-style: italic;
}
.atmention a { /* at-mentions of github users, e.g. @tsjensen */
color: inherit;
}
pre {
line-height: 100%;
word-wrap: normal; /* prevent contents of pre areas from line wrapping */