From 029f0733eda8239809480015a57fd2306d32ecd0 Mon Sep 17 00:00:00 2001 From: Thomas Jensen Date: Tue, 17 Mar 2015 17:11:13 +0100 Subject: [PATCH] Add .atmention class to CSS for at-mentions of GitHub users --- css/boxes.css | 4 ++++ 1 file changed, 4 insertions(+) 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 */