From 2e3f317f869bec0e6b19d65c0d35444471cf14e8 Mon Sep 17 00:00:00 2001 From: Julio Cesar Contreras Huerta <126512018+JulioContrerasH@users.noreply.github.com> Date: Tue, 27 Aug 2024 05:46:35 -0500 Subject: [PATCH] up --- docs/style.css | 8 ++++++++ mkdocs.yml | 6 +++--- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/docs/style.css b/docs/style.css index f922932..2b455d3 100644 --- a/docs/style.css +++ b/docs/style.css @@ -2,3 +2,11 @@ display: flex; justify-content: space-evenly; } + +.md-header { + background-color: #d49f0c; +} + +.md-tabs { + background-color: #dea609; +} \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 626cbc5..6f06c4f 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -3,7 +3,7 @@ docs_dir: . # Project information site_name: FastCubo site_url: https://ipl-uv.github.io/fastcubo/ -site_author: AndesDataCube Project +site_author: IPL-UV site_description: A Python package for efficient processing of cubic earth observation (EO) data. @@ -18,8 +18,8 @@ theme: language: en palette: - scheme: default - primary: '#ffc000' - accent: '#ffc000' + primary: '#d49f0c' + accent: '#d49f0c' toggle: icon: material/toggle-switch-off-outline name: Switch to dark mode