From 64a11cb9fcacea50354ae3bba7aa269ff1e73901 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Mon, 4 Feb 2013 20:28:06 +0100 Subject: conkeror: Change code font for github --- .conkerorrc/styles/github.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.conkerorrc') diff --git a/.conkerorrc/styles/github.css b/.conkerorrc/styles/github.css index 7fdc415..ff3a643 100644 --- a/.conkerorrc/styles/github.css +++ b/.conkerorrc/styles/github.css @@ -67,10 +67,11 @@ } .markdown-body code, - .markdown-body tt{ + .markdown-body tt { background-color: #222224 !important; border: none !important; color: #eeeeec !important; + font-family: "Envy Code R" !important; } .minibutton.dark-grey { -- cgit v1.2.3-54-g00ecf