From 7ff45a59465893452839cff553651ee7e7fbe386 Mon Sep 17 00:00:00 2001 From: Simone Bortolin Date: Mon, 8 Aug 2022 23:56:52 +0200 Subject: add redirect and folder fix odi update add typo page for odi update primary color add root of ma5671a fix odi add two new redirect update --- assets/css/just-the-docs-dark.scss | 2 +- assets/css/just-the-docs-default.scss | 2 +- assets/css/just-the-docs-light.scss | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'assets/css') 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 -- cgit v1.2.3