diff options
author | Daniel Friesel <derf@finalrewind.org> | 2016-05-10 17:06:43 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2016-05-10 17:06:43 +0200 |
commit | ccc9e10a2cd2dc87ba98dd77c3514de569be51a5 (patch) | |
tree | 6e13575b36ab143404d03985b77bfc4c4b2f5f63 /public | |
parent | 49cc78eecb720b5770ccb4e6627cad0adbb5c060 (diff) |
default css for links
Diffstat (limited to 'public')
-rw-r--r-- | public/static/default.css | 5 |
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; |