Archived
1
0

fix box shadow so it sucks less

This commit is contained in:
jeff 2015-08-19 22:41:54 -04:00
parent 67f644fc68
commit e96786a285

View File

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