From: Gabriel Dunne Date: Wed, 27 Mar 2013 08:19:45 +0000 (-0700) Subject: some updates to the css X-Git-Url: https://git.quilime.com/?a=commitdiff_plain;h=9947d254fcabe033ca2fa59401d8507691e418b4;p=visual-archive.git some updates to the css --- diff --git a/package.json b/package.json index 7105533..c5c1a14 100644 --- a/package.json +++ b/package.json @@ -1,4 +1,5 @@ { + "node-main": "app.js", "name": "archive-browser", "description": "archive-browser", "version": "0.0.1", diff --git a/public/css/style.css b/public/css/style.css index 2e00f12..b9b86ea 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -15,6 +15,9 @@ a { color:#aaa; text-decoration: none; } +a:hover { + color:#ddd; +} input { font-family: sans-serif; font-size: 12px;