Skip to content

Commit 51f7034

Browse files
committed
fix: abandon built-in styles
The default inherited styles are good enough to get started, and styling can happen at any point with customization in `style.css` instead of trying to mash the default style to work here. Refs: https://pagefind.app/docs/ui-usage/#customising-the-styles Signed-off-by: Mike Fiedler <[email protected]>
1 parent d2f23be commit 51f7034

File tree

1 file changed

+0
-1
lines changed
  • pep_sphinx_extensions/pep_theme/templates

1 file changed

+0
-1
lines changed

pep_sphinx_extensions/pep_theme/templates/page.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
<link rel="stylesheet" href="{{ pathto('_static/mq.css', resource=True) }}" type="text/css">
1313
<link rel="stylesheet" href="{{ pathto('_static/pygments.css', resource=True) }}" type="text/css" media="(prefers-color-scheme: light)" id="pyg-light">
1414
<link rel="stylesheet" href="{{ pathto('_static/pygments_dark.css', resource=True) }}" type="text/css" media="(prefers-color-scheme: dark)" id="pyg-dark">
15-
<link rel="stylesheet" href="/pagefind/pagefind-ui.css" type="text/css">
1615
<link rel="alternate" type="application/rss+xml" title="Latest PEPs" href="https://peps.python.org/peps.rss">
1716
<meta property="og:title" content='{{ title + " | peps.python.org"|safe }}'>
1817
<meta property="og:description" content="{{ description }}">

0 commit comments

Comments
 (0)