diff --git a/css/boxes.css b/css/boxes.css index a7785d9..f10282e 100644 --- a/css/boxes.css +++ b/css/boxes.css @@ -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 */