]> git.quilime.com - visual-archive.git/commitdiff
some updates to the css
authorGabriel Dunne <gdunne@quilime.com>
Wed, 27 Mar 2013 08:19:45 +0000 (01:19 -0700)
committerGabriel Dunne <gdunne@quilime.com>
Wed, 27 Mar 2013 08:19:45 +0000 (01:19 -0700)
package.json
public/css/style.css

index 7105533e763b1f295e73a4d1a496c8829d2c9c6f..c5c1a1418ce56e92d0a02276b520164b82b460a8 100644 (file)
@@ -1,4 +1,5 @@
 {
+  "node-main": "app.js",
   "name": "archive-browser",
   "description": "archive-browser",
   "version": "0.0.1",
index 2e00f12b8add3e19678e57d04e5d30d46c33c5a7..b9b86ea7d64137d15c24a0455ed1f3c4823188ab 100644 (file)
@@ -15,6 +15,9 @@ a {
     color:#aaa;
     text-decoration: none;
 }
+a:hover {
+    color:#ddd;
+}
 input {
     font-family: sans-serif;
     font-size: 12px;