diff options
author | Simone Bortolin <simonebortolin@users.noreply.github.com> | 2022-08-08 23:56:52 +0200 |
---|---|---|
committer | Simone Bortolin <simonebortolin@users.noreply.github.com> | 2022-12-19 23:00:58 +0100 |
commit | 7ff45a59465893452839cff553651ee7e7fbe386 (patch) | |
tree | 03c5793303cbdb2a3aa87378d2eac89f6b856614 /assets/css | |
parent | ODI update, Restore DPN-100 Rev A, Small update (diff) | |
download | hack-gpon.github.io-7ff45a59465893452839cff553651ee7e7fbe386.tar hack-gpon.github.io-7ff45a59465893452839cff553651ee7e7fbe386.tar.gz hack-gpon.github.io-7ff45a59465893452839cff553651ee7e7fbe386.tar.bz2 hack-gpon.github.io-7ff45a59465893452839cff553651ee7e7fbe386.tar.lz hack-gpon.github.io-7ff45a59465893452839cff553651ee7e7fbe386.tar.xz hack-gpon.github.io-7ff45a59465893452839cff553651ee7e7fbe386.tar.zst hack-gpon.github.io-7ff45a59465893452839cff553651ee7e7fbe386.zip |
Diffstat (limited to '')
-rw-r--r-- | assets/css/just-the-docs-dark.scss | 2 | ||||
-rw-r--r-- | assets/css/just-the-docs-default.scss | 2 | ||||
-rw-r--r-- | assets/css/just-the-docs-light.scss | 2 |
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 |