2021-01-25 06:20:51 +08:00
|
|
|
/*!
|
|
|
|
* The styles for Jekyll theme Chirpy
|
2021-01-23 13:20:58 +08:00
|
|
|
*
|
2022-11-22 21:08:47 +08:00
|
|
|
* Chirpy v5.3.2 (https://github.com/cotes2020/jekyll-theme-chirpy)
|
2021-01-28 03:37:08 +08:00
|
|
|
* © 2019 Cotes Chung
|
2021-01-23 13:20:58 +08:00
|
|
|
* MIT Licensed
|
|
|
|
*/
|
|
|
|
|
2021-01-27 20:06:31 +08:00
|
|
|
@import
|
|
|
|
"colors/light-typography",
|
|
|
|
"colors/dark-typography",
|
2021-01-23 13:20:58 +08:00
|
|
|
|
2021-01-27 20:06:31 +08:00
|
|
|
"addon/module",
|
|
|
|
"addon/variables",
|
2021-07-17 11:48:47 +08:00
|
|
|
"variables-hook",
|
2021-01-27 20:06:31 +08:00
|
|
|
"addon/syntax",
|
|
|
|
"addon/commons",
|
2021-01-23 13:20:58 +08:00
|
|
|
|
2021-01-27 20:06:31 +08:00
|
|
|
"layout/home",
|
|
|
|
"layout/post",
|
|
|
|
"layout/tags",
|
|
|
|
"layout/archives",
|
|
|
|
"layout/categories",
|
|
|
|
"layout/category-tag";
|