◐ Shell
clean mode source ↗

Fix problem with monospace rendering in Vivaldi by ZedThree · Pull Request #104 · python/python-docs-theme

Expand Up @@ -151,7 +151,7 @@ div.body a:hover { }
tt, code, pre { font-family: "monospace", monospace; font-family: ui-monospace, "Cascadia Mono", "Segoe UI Mono", "Liberation Mono", Menlo, Monaco, Consolas, monospace; font-size: 96.5%; }
Expand Down Expand Up @@ -223,7 +223,7 @@ div.footer a:hover { }
dl > dt span ~ em { font-family: "monospace", monospace; font-family: ui-monospace, "Cascadia Mono", "Segoe UI Mono", "Liberation Mono", Menlo, Monaco, Consolas, monospace; }
.toctree-wrapper ul { Expand Down