From 768a9b1fd391fd52dfe29269a5bad6a292b38038 Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Thu, 1 Jul 2021 17:37:11 +0200 Subject: [PATCH] docs: Stop making code *smaller* Why would we change font-size to "96.5%"? This was inherited from the python docs theme. --- doc_src/python_docs_theme/static/pydoctheme.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc_src/python_docs_theme/static/pydoctheme.css b/doc_src/python_docs_theme/static/pydoctheme.css index 12ac5d161..036fa9146 100644 --- a/doc_src/python_docs_theme/static/pydoctheme.css +++ b/doc_src/python_docs_theme/static/pydoctheme.css @@ -190,7 +190,6 @@ div.body a:hover { tt, code, pre { font-family: monospace, sans-serif; - font-size: 96.5%; /* Older sphinx versions set a color here, we need to inherit it from the outer div.highlight */ background-color: inherit; } @@ -430,4 +429,9 @@ kbd { /* Color based on the Name.Function (.nf) class from pygments.css. */ .command { color: #008fd7 } + + /* The table background on fishfish Beta r1 */ + th, dl.field-list > dt { + background-color: #121; + } }