box shadow fix
This commit is contained in:
parent
ba4c44e148
commit
da82cd1c36
@ -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;
|
||||
}
|
Reference in New Issue
Block a user