Skip to content

Commit 3ef7fec

Browse files
committed
Address review comments
1 parent d812c19 commit 3ef7fec

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

‎python_docs_theme/static/pydoctheme.css‎

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -282,9 +282,11 @@ div.body hr {
282282
:lang(fa) :is(
283283
body,
284284
div.body :is(h1, h2, h3, h4, h5, h6),
285-
form.inline-search input,
286-
div.sphinxsidebar input,
287-
div.related input
285+
div.sphinxsidebar :is(h3, h4),
286+
input,
287+
select,
288+
textarea,
289+
button:not(.copybutton)
288290
) {
289291
font-family: Vazirmatn, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
290292
}

0 commit comments

Comments
 (0)