From 79a32639df265ebe80858a3195f4b6dceeceb369 Mon Sep 17 00:00:00 2001 From: Niklas Meyer Date: Wed, 2 Feb 2022 17:31:30 +0100 Subject: [PATCH] removed force black font --- docs/assets/css/extra.css | 4 ++-- mkdocs.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/assets/css/extra.css b/docs/assets/css/extra.css index ebe944222..6879f9cca 100644 --- a/docs/assets/css/extra.css +++ b/docs/assets/css/extra.css @@ -9,9 +9,9 @@ } body, input { font-family: "Source Sans Pro", "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif; - color: black; + /* color: black; */ } code { display: inline-block; white-space: pre-wrap; -} \ No newline at end of file +} diff --git a/mkdocs.yml b/mkdocs.yml index fb7199a8f..815b78803 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -22,7 +22,7 @@ theme: favicon: assets/images/favicon.png features: - navigation.top - - navigation.tracking + - navigation.tracking markdown_extensions: - attr_list - admonition