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;