Add a hook for custom variables (fix #355)

This commit is contained in:
Cotes Chung
2021-07-04 21:01:11 +08:00
parent 5f1e6e9350
commit c98a41317f
5 changed files with 38 additions and 27 deletions

View File

@@ -39,8 +39,6 @@ html[mode=dark] {
padding: 1.5rem;
}
$code-font-size: 0.85rem;
div > pre {
@extend %code-snippet-bg;
@extend %code-snippet-radius;