From ccc9e10a2cd2dc87ba98dd77c3514de569be51a5 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 10 May 2016 17:06:43 +0200 Subject: default css for links --- public/static/default.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/static/default.css b/public/static/default.css index 86642c0..01e2895 100644 --- a/public/static/default.css +++ b/public/static/default.css @@ -2,6 +2,11 @@ html { font-family: Sans-Serif; } +a { + color: #000099; + text-decoration: none; +} + div.displayclean { background-color:#F8F8F8; border-width:1px 2px; -- cgit v1.2.3