8000 Implement support for sticky banners and utilize them by pradyunsg · Pull Request #2992 · python/peps · GitHub
[go: up one dir, main page]

Skip to content

Implement support for sticky banners and utilize them #2992

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 11 commits into from
Mar 20, 2023
Merged
Prev Previous commit
Next Next commit
Make attention admonition more attention grabbing
  • Loading branch information
pradyunsg committed Jan 30, 2023
commit 418eec59b96a66eb038886e87740633962697845
2 changes: 1 addition & 1 deletion pep_sphinx_extensions/pep_theme/static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -321,10 +321,10 @@ div.error {
div.warning {
background-color: var(--colour-warning);
}
div.attention,
div.caution {
background-color: var(--colour-caution);
}
div.attention,
div.important {
background-color: var(--colour-attention);
}
Expand Down
0