Modify `theme.css` to enable `hugo` highlightening.
This commit is contained in:
parent
cd717b83f8
commit
201d5ec710
|
@ -180,11 +180,8 @@ article p {
|
||||||
margin: 25px 0;
|
margin: 25px 0;
|
||||||
}
|
}
|
||||||
article code {
|
article code {
|
||||||
color: #333;
|
|
||||||
background-color: #eee;
|
|
||||||
padding: 0 3px;
|
padding: 0 3px;
|
||||||
margin: 0 3px;
|
margin: 0 3px;
|
||||||
border: 1px solid #ccc;
|
|
||||||
font-family: consolas, "Courier New", monospace;
|
font-family: consolas, "Courier New", monospace;
|
||||||
}
|
}
|
||||||
article pre code {
|
article pre code {
|
||||||
|
|
Loading…
Reference in New Issue