mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-12-18 05:41:31 +00:00
Contact theme styles
This commit is contained in:
9
assets/css/style.scss
Normal file
9
assets/css/style.scss
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
---
|
||||
|
||||
$tab-count: {{ site.tabs | size | plus: 1 }}; // plus 1 for home tab
|
||||
|
||||
$prompt-older: "{{ site.data.label.post.button.previous }}";
|
||||
$prompt-newer: "{{ site.data.label.post.button.next }}";
|
||||
|
||||
@import "jekyll-theme-chirpy";
|
||||
Reference in New Issue
Block a user