From c1182d3bfebdb47554f913c2b752cf2a8c5a59c3 Mon Sep 17 00:00:00 2001 From: franklin Date: Wed, 20 Nov 2013 14:58:46 +0100 Subject: [PATCH] Colors \o/ --- themes/still/css/app.css | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/themes/still/css/app.css b/themes/still/css/app.css index ef3abed..4df0b7d 100644 --- a/themes/still/css/app.css +++ b/themes/still/css/app.css @@ -24,6 +24,14 @@ a:hover { color: #eee; } +.items a:focus { + text-decoration: none; +} + +.items #current-item { + border: 1px solid #be0000; +} + pre, code { color: #fff; background: #555; @@ -71,10 +79,6 @@ pre, code { text-decoration: none; } -.items #current-item { - border: 3px solid #999; -} - .item h1 a { font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; color: #eee;