aboutsummaryrefslogtreecommitdiff
path: root/_sass/jekyll-theme-chirpy.scss
diff options
context:
space:
mode:
authorHisiste <aditooliva@gmail.com>2023-04-19 09:44:23 -0600
committerHisiste <aditooliva@gmail.com>2023-04-19 09:44:23 -0600
commita683b6d32247b4503ea99592063c0a84bc31eae4 (patch)
treed5995796b39d03e53be8452207e745dca29dc255 /_sass/jekyll-theme-chirpy.scss
parentb805082ba3422a43c0b158f635dc40de22df1212 (diff)
downloadpersonal-web-a683b6d32247b4503ea99592063c0a84bc31eae4.tar.gz
personal-web-a683b6d32247b4503ea99592063c0a84bc31eae4.zip
Adding new _sass variables.
`--mark-text` variable has been added.
Diffstat (limited to '_sass/jekyll-theme-chirpy.scss')
-rw-r--r--_sass/jekyll-theme-chirpy.scss24
1 files changed, 24 insertions, 0 deletions
diff --git a/_sass/jekyll-theme-chirpy.scss b/_sass/jekyll-theme-chirpy.scss
new file mode 100644
index 0000000..1424a57
--- /dev/null
+++ b/_sass/jekyll-theme-chirpy.scss
@@ -0,0 +1,24 @@
+/*!
+ * The styles for Jekyll theme Chirpy
+ *
+ * Chirpy v5.6.1 (https://github.com/cotes2020/jekyll-theme-chirpy)
+ * © 2019 Cotes Chung
+ * MIT Licensed
+ */
+
+@import
+ "colors/light-typography",
+ "colors/dark-typography",
+
+ "addon/variables",
+ "variables-hook",
+ "addon/module",
+ "addon/syntax",
+ "addon/commons",
+
+ "layout/home",
+ "layout/post",
+ "layout/tags",
+ "layout/archives",
+ "layout/categories",
+ "layout/category-tag";