Skip to content

Commit

Permalink
feat(admonition): add box shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
talha131 committed Aug 17, 2019
1 parent 7fb82cc commit 246f826
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions static/css/admonition.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ div.admonition {
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
background-color: #fcf8e3;
border: 1px solid #fbeed5;
box-shadow: 5px 8px #888888;
border-radius: 6px;
}

Expand Down

0 comments on commit 246f826

Please sign in to comment.