Archived
1
0

css fix for hover

This commit is contained in:
Jeff Becker 2016-04-26 09:36:02 -04:00
parent dede4299dc
commit 32c5df4ffd
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B

View File

@ -27,6 +27,7 @@ section {
}
.hover > div > .post , .notfound-hover {
background-color: #D6DAF0;
box-shadow: 0 0 10px rgba(0,0,0,0.55);
}