Modify `theme.css` to enable `hugo` highlightening.

This commit is contained in:
Kazuhiro MUSASHI 2020-05-01 15:52:43 +09:00
parent cd717b83f8
commit 201d5ec710
1 changed files with 0 additions and 3 deletions

View File

@ -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 {