1
mirror of https://github.com/interstellar750/hexo_s synced 2024-10-19 00:23:51 +08:00
hexo_s/themes/Chic/source/css/custom.styl

12 lines
498 B
Stylus
Raw Permalink Normal View History

// ==============================
// 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;
}