From 201d5ec7105a011600cc2164e489647a91d45fa6 Mon Sep 17 00:00:00 2001 From: Kazuhiro MUSASHI Date: Fri, 1 May 2020 15:52:43 +0900 Subject: [PATCH] Modify `theme.css` to enable `hugo` highlightening. --- themes/angels-ladder/static/css/theme.css | 3 --- 1 file changed, 3 deletions(-) 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 {