Archived
1
0

box shadow fix

This commit is contained in:
jeff 2015-08-19 22:43:09 -04:00
parent ba4c44e148
commit da82cd1c36

View File

@ -168,7 +168,7 @@ pre > p {
.post_body > pre {
padding: 7px 7px;
border-radius: 5px;
box-shadow: 3px 3px 4px #ddd;
box-shadow: 5px 5px 3px black;
background: #3f3f3f;
color: #d17600;
}