From 1c40211f83dba35acdc7b6c6c6a7a8c1dbd855f3 Mon Sep 17 00:00:00 2001 From: Mitalee Parikh <mitalee.parikh@students.iaac.net> Date: Sat, 6 Mar 2021 20:17:51 +0530 Subject: [PATCH] color --- mkdocs.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 3aef0c5..17c53bc 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -10,13 +10,11 @@ theme: name: material # see https://squidfunk.github.io/mkdocs-material/getting-started/#color-palette palette: - primary: "deep" - accent: "indigo" + primary: "grey" + accent: "teal" font: - text: Roboto - code: Roboto Mono - # text: "Ubuntu" - # code: "Ubuntu Mono" + text: "Ubuntu" + code: "Ubuntu Mono" feature: tabs: true extra: -- GitLab