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; }