hugo-theme-stack/assets/scss/partials/layout
cubercsl 21bd04ec89
fix(codeblock): pass through the options of chroma (#715)
* fix(codeblock): pass through the options of chroma

Pass through the options of chroma highlighting processing for whom
may use some options in codeblock.

This commit fix problem with the following scenarios:
```python {linenos=true}
print("Hello World")
```

Signed-off-by: cubercsl <2014cais01@gmail.com>

* fix(codeblock): margin of no highlight codeblock

This commit fix the wrong margin value of the codeblock which
can not highlight.

The margin is now use the value of ".article-content pre"

Signed-off-by: cubercsl <2014cais01@gmail.com>

Signed-off-by: cubercsl <2014cais01@gmail.com>
2022-12-03 13:14:37 +01:00
..
404.scss refactor(scss): rename --content-padding to --card-padding 2020-09-20 19:03:41 +02:00
article.scss fix(codeblock): pass through the options of chroma (#715) 2022-12-03 13:14:37 +01:00
list.scss refactor: Use flexbox gap (#520) 2022-03-03 23:11:19 +01:00
search.scss fix(search): long text overflows under the Search icon 2022-06-13 08:36:48 +00:00