From fd60d927284942553fab2663d77d19aacd256390 Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Tue, 26 Apr 2016 09:43:11 -0400 Subject: [PATCH] css tweak, use :target --- contrib/static/site.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/static/site.css b/contrib/static/site.css index 0a3d24d..0153365 100644 --- a/contrib/static/site.css +++ b/contrib/static/site.css @@ -292,7 +292,7 @@ input, textarea { clear: both; } -.post:focus , .post:active { +.post:target { background-color: #A99AFF; }