From f9887f4376c90f94deb57747e427263ee845c5dc Mon Sep 17 00:00:00 2001 From: Gabriel Dunne Date: Fri, 22 Mar 2013 23:57:38 -0700 Subject: [PATCH] Some style changes --- public/css/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/css/style.css b/public/css/style.css index 12e70bb..0d7885b 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -57,8 +57,8 @@ ul.thumbs li img { position:fixed; top:5px; right:5px; - color:#ddd; - background:#111; - border:1px solid #666; + color:#eee; + background:#777; + border:1px solid #aaa; padding:5px; } -- 2.34.1