diff --git a/themes/angels-ladder/static/css/theme.css b/themes/angels-ladder/static/css/theme.css index 7e6db5a..94757a3 100644 --- a/themes/angels-ladder/static/css/theme.css +++ b/themes/angels-ladder/static/css/theme.css @@ -180,11 +180,8 @@ article p { margin: 25px 0; } article code { - color: #333; - background-color: #eee; padding: 0 3px; margin: 0 3px; - border: 1px solid #ccc; font-family: consolas, "Courier New", monospace; } article pre code {