From 3b687505d364c025bf36275e23bdaf4310691aa0 Mon Sep 17 00:00:00 2001 From: Rambaud Pierrick <12rambau@users.noreply.github.com> Date: Mon, 8 Jan 2024 21:39:00 +0100 Subject: [PATCH 1/4] docs: use FAO blue --- docs/_static/custom.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/_static/custom.css b/docs/_static/custom.css index 0af9db6..f9e87ae 100644 --- a/docs/_static/custom.css +++ b/docs/_static/custom.css @@ -4,3 +4,12 @@ div.highlight-console pre span.go::before { margin-right: 10px; margin-left: 5px; } + +/* custom colors for titles */ +html[data-theme="light"] { + --pst-color-primary: #4b9cd3; +} + +html[data-theme="dark"] { + --pst-color-primary: #4b9cd3; +} From 770a5f9639579af79ba21348e4a072f861197617 Mon Sep 17 00:00:00 2001 From: Rambaud Pierrick <12rambau@users.noreply.github.com> Date: Tue, 9 Jan 2024 12:22:56 +0100 Subject: [PATCH 2/4] Update docs/_static/custom.css --- docs/_static/custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_static/custom.css b/docs/_static/custom.css index f9e87ae..97e0ab7 100644 --- a/docs/_static/custom.css +++ b/docs/_static/custom.css @@ -7,7 +7,7 @@ div.highlight-console pre span.go::before { /* custom colors for titles */ html[data-theme="light"] { - --pst-color-primary: #4b9cd3; + --pst-color-primary: #1A73E8; } html[data-theme="dark"] { From ac7570880803726d8f01751e06439127da25b54a Mon Sep 17 00:00:00 2001 From: Rambaud Pierrick <12rambau@users.noreply.github.com> Date: Tue, 9 Jan 2024 12:23:01 +0100 Subject: [PATCH 3/4] Update docs/_static/custom.css --- docs/_static/custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_static/custom.css b/docs/_static/custom.css index 97e0ab7..65fb1b3 100644 --- a/docs/_static/custom.css +++ b/docs/_static/custom.css @@ -11,5 +11,5 @@ html[data-theme="light"] { } html[data-theme="dark"] { - --pst-color-primary: #4b9cd3; + --pst-color-primary: #1A73E8; } From 54fe9cb0be0bbbe5e7d7aa9238a63538e6b7a444 Mon Sep 17 00:00:00 2001 From: Pierrick Rambaud Date: Tue, 9 Jan 2024 12:33:24 +0100 Subject: [PATCH 4/4] refactor: typo --- docs/_static/custom.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_static/custom.css b/docs/_static/custom.css index 65fb1b3..f14b761 100644 --- a/docs/_static/custom.css +++ b/docs/_static/custom.css @@ -7,9 +7,9 @@ div.highlight-console pre span.go::before { /* custom colors for titles */ html[data-theme="light"] { - --pst-color-primary: #1A73E8; + --pst-color-primary: #1a73e8; } html[data-theme="dark"] { - --pst-color-primary: #1A73E8; + --pst-color-primary: #1a73e8; }