From 9ce1622847605ebe61a39302423d8dd76b69573a Mon Sep 17 00:00:00 2001 From: ain-soph Date: Sun, 13 Feb 2022 17:58:00 -0500 Subject: [PATCH] fix a visual bug --- trojanzoo_sphinx_theme/static/css/theme.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/trojanzoo_sphinx_theme/static/css/theme.css b/trojanzoo_sphinx_theme/static/css/theme.css index 23ec3b9..80b0fb9 100644 --- a/trojanzoo_sphinx_theme/static/css/theme.css +++ b/trojanzoo_sphinx_theme/static/css/theme.css @@ -10694,9 +10694,6 @@ article.sphinx-template-article .py.function .viewcode-link, article.sphinx-temp article.sphinx-template-article .py.function dd, article.sphinx-template-article .attribute dd, article.sphinx-template-article .class .attribute dd, article.sphinx-template-article .class dd { padding-left: 3.75rem; } -article.sphinx-template-article .py.function dd p, article.sphinx-template-article .attribute dd p, article.sphinx-template-article .class .attribute dd p, article.sphinx-template-article .class dd p { - color: #262626; -} article.sphinx-template-article .py.function table tbody tr th.field-name, article.sphinx-template-article .attribute table tbody tr th.field-name, article.sphinx-template-article .class table tbody tr th.field-name { white-space: nowrap; color: #262626;