mirror of
https://github.com/snachodog/just-the-docs.git
synced 2026-06-15 20:29:03 -06:00
Compare commits
2 Commits
| 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