Skip to content

Commit

Permalink
fix(admonition): remove box shadow
Browse files Browse the repository at this point in the history
Update #490
  • Loading branch information
talha131 committed Aug 19, 2019
1 parent 9126973 commit d059db8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion static/css/admonition.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ div.admonition {
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
background-color: #fcf8e3;
border: 1px solid;
box-shadow: 5px 8px #888888;
border-bottom-left-radius: 6px;
border-bottom-right-radius: 6px;
}
Expand Down

0 comments on commit d059db8

Please sign in to comment.