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

44 lines
1.1 KiB
Stylus
Raw Permalink Normal View History

// variable & init style
@import "variable.styl"
@import "normalize.styl"
// font
@import "font.styl"
// structure style
@import "base.styl"
@import "layout.styl"
// toggle button
@import "_lib/looper.css"
// icon
@import "../fonts/iconfont/iconfont.css"
// partial
@import "_partial/header.styl"
@import "_partial/footer.styl"
@import "_partial/paginator.styl"
// page
@import "_page/profile.styl"
@import "_page/archive.styl"
@import "_page/category.styl"
@import "_page/tag.styl"
@import "_page/page.styl"
// page post
@import "_page/_post/post_header.styl"
@import "_page/_post/post_content.styl"
@import "_page/_post/post_copyright.styl"
@import "_page/_post/post_code.styl"
@import "_page/_post/post_tags.styl"
@import "_page/_post/post_nav.styl"
// partial tocbot
@import "_page/_post/post_toc.styl"
@import "_lib/tocbot.css"
//mobile
@import "media.styl"
// highlight
// @import "_highlight/solarized-light.styl"
@import "_highlight/highlightjs.styl"
//// ==============================
//// Custom style
//// ==============================
//// You can override the variables in variable.styl to customize the style
@import "custom.styl"