8000 Style: Fix zebra stripes and improve table & code presentation by CAM-Gerlach · Pull Request #2805 · python/peps · GitHub
[go: up one dir, main page]

Skip to content
8000

Style: Fix zebra stripes and improve table & code presentation #2805

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Oct 2, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Style: Add padding around inline code literal BG to not be so tight
  • Loading branch information
CAM-Gerlach committed Sep 28, 2022
commit bfb66888649d77c373ae6a2632313f3f43eee07a
1 change: 1 addition & 0 deletions pep_sphinx_extensions/pep_theme/static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ code.literal {
background-color: var(--colour-inline-code-bg);
color: var(--colour-inline-code-text);
font-size: .8em;
padding: 1px 2px 1px;
}
pre {
overflow-x: auto;
Expand Down
0