mirror of
https://github.com/snachodog/just-the-docs.git
synced 2025-09-15 22:13:31 -06:00
Compare commits
2 Commits
v0.10.0
...
custom-sch
Author | SHA1 | Date | |
---|---|---|---|
|
720b0ebf9f | ||
|
a2fcb2120e |
@@ -7,6 +7,11 @@ $logo: "{{ site.logo | relative_url }}";
|
||||
{% unless include.color_scheme == "light" %}
|
||||
@import "./color_schemes/{{ include.color_scheme }}";
|
||||
{% endunless %}
|
||||
{% if site.custom_schemes %}
|
||||
{% for scheme in site.custom_schemes %}
|
||||
@import "./custom_schemes/{{scheme}}";
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
@import "./modules";
|
||||
{% include css/callouts.scss.liquid color_scheme = include.color_scheme %}
|
||||
{% include css/custom.scss.liquid %}
|
||||
|
Reference in New Issue
Block a user