summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2016-05-10 17:06:43 +0200
committerDaniel Friesel <derf@finalrewind.org>2016-05-10 17:06:43 +0200
commitccc9e10a2cd2dc87ba98dd77c3514de569be51a5 (patch)
tree6e13575b36ab143404d03985b77bfc4c4b2f5f63
parent49cc78eecb720b5770ccb4e6627cad0adbb5c060 (diff)
default css for links
-rw-r--r--public/static/default.css5
1 files changed, 5 insertions, 0 deletions
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;