Archived
1
0

css tweak, use :target

This commit is contained in:
Jeff Becker 2016-04-26 09:43:11 -04:00
parent 4737932a3e
commit fd60d92728
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B

View File

@ -292,7 +292,7 @@ input, textarea {
clear: both;
}
.post:focus , .post:active {
.post:target {
background-color: #A99AFF;
}