Skip to content
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
Re-order to keep colours together
  • Loading branch information
hugovk committed Jun 10, 2024
commit 887784591e505b2efdacc25e093f4ebfe5b10ed6
2 changes: 1 addition & 1 deletion python_docs_theme/static/pydoctheme.css
Original file line number Diff line number Diff line change
Expand Up @@ -266,8 +266,8 @@ div.body pre {

div.body div.admonition {
background-color: var(--admonition-background);
border-radius: 3px;
border: 1px solid var(--admonition-border);
border-radius: 3px;
}

div.body div.admonition.attention {
Expand Down