From 810333dbb7fe1756d3d987fc5337b63725ec670b Mon Sep 17 00:00:00 2001 From: bootstraponline Date: Wed, 9 May 2012 10:24:12 -0600 Subject: [PATCH] Update link CSS to match github.com. --- lib/gollum/frontend/public/gollum/css/template.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lib/gollum/frontend/public/gollum/css/template.css b/lib/gollum/frontend/public/gollum/css/template.css index 119c2395..159872db 100644 --- a/lib/gollum/frontend/public/gollum/css/template.css +++ b/lib/gollum/frontend/public/gollum/css/template.css @@ -8,7 +8,6 @@ padding: 0; } - html, body { color: #333; } @@ -22,6 +21,11 @@ img { border: 0; } +a { + color: #4183C4; + text-decoration: none; +} + a.absent { color: #c00; }