Skip to content

Commit

Permalink
fix(admonition): remove text-shadow from heading
Browse files Browse the repository at this point in the history
Fix #490
  • Loading branch information
talha131 committed Aug 21, 2019
1 parent 8f871bf commit 1c889da
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 @@ -2,7 +2,6 @@
div.admonition {
padding: 0;
margin-bottom: 20px;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
background-color: #fcf8e3;
border: 1px solid;
border-bottom-left-radius: 6px;
Expand Down

0 comments on commit 1c889da

Please sign in to comment.