diff options
| -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;  | 
