Archived
1
0

css update

This commit is contained in:
Jeff Becker 2016-04-30 13:08:38 -04:00
parent b71d62ca35
commit 12f5e67bb4
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B

View File

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