From 4737932a3e93c353bb36d51b775be0936207f23b Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Tue, 26 Apr 2016 09:40:06 -0400 Subject: [PATCH] css tweak --- 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 18259e1..0a3d24d 100644 --- a/contrib/static/site.css +++ b/contrib/static/site.css @@ -292,7 +292,7 @@ input, textarea { clear: both; } -.post:focus { +.post:focus , .post:active { background-color: #A99AFF; }