// ============================== // Custom style // ============================== // Also You can override the variables in variable.styl to customize the style .dark-theme .post-content figure.highlight .code pre { background-color: $dark-post-blockquote-background-color; color: $dark-post-blockquote-border-color; } .dark-theme .post-content figure.highlight .gutter pre { background-color: $dark-post-blockquote-background-color; color: $dark-mode-pre-line-number-foreground-color; }