summaryrefslogtreecommitdiffstats
path: root/assets/css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css')
-rw-r--r--assets/css/just-the-docs-dark.scss2
-rw-r--r--assets/css/just-the-docs-default.scss2
-rw-r--r--assets/css/just-the-docs-light.scss2
3 files changed, 3 insertions, 3 deletions
diff --git a/assets/css/just-the-docs-dark.scss b/assets/css/just-the-docs-dark.scss
index 779e6dd..daf9a0d 100644
--- a/assets/css/just-the-docs-dark.scss
+++ b/assets/css/just-the-docs-dark.scss
@@ -1 +1 @@
-{% include css/just-the-docs.scss.liquid color_scheme="dark" primary_colors="blue" %}
+{% include css/just-the-docs.scss.liquid color_scheme="dark" primary_color="blue" %}
diff --git a/assets/css/just-the-docs-default.scss b/assets/css/just-the-docs-default.scss
index 5a6b14a..16627b0 100644
--- a/assets/css/just-the-docs-default.scss
+++ b/assets/css/just-the-docs-default.scss
@@ -3,4 +3,4 @@
{% else %}
{% assign color_scheme = "light" %}
{% endif %}
-{% include css/just-the-docs.scss.liquid color_scheme=color_scheme primary_colors="blue" %} \ No newline at end of file
+{% include css/just-the-docs.scss.liquid color_scheme=color_scheme primary_color="blue" %} \ No newline at end of file
diff --git a/assets/css/just-the-docs-light.scss b/assets/css/just-the-docs-light.scss
index 3cdbd3c..b568f24 100644
--- a/assets/css/just-the-docs-light.scss
+++ b/assets/css/just-the-docs-light.scss
@@ -1 +1 @@
-{% include css/just-the-docs.scss.liquid color_scheme="light" primary_colors="blue" %} \ No newline at end of file
+{% include css/just-the-docs.scss.liquid color_scheme="light" primary_color="blue" %} \ No newline at end of file