Support codeblock mark option

This commit is contained in:
Mimi 2021-12-24 01:40:40 +08:00
parent be21d5c530
commit b51fedfb2d

View File

@ -109,6 +109,11 @@ figure.highlight {
padding-left: 10px; padding-left: 10px;
width: 100%; width: 100%;
} }
// See https://github.com/next-theme/hexo-theme-next/discussions/410
.marked {
background: rgba(0, 0, 0, .3);
}
} }
// See https://github.com/hexojs/hexo-util/pull/229 // See https://github.com/hexojs/hexo-util/pull/229