Skip to content

Commit

Permalink
override deprecated warning font color to match other warnings (#615)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsung authored Jul 3, 2024
1 parent 618bf1c commit 062f3d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/qiskit_sphinx_theme/assets/styles/_admonitions.scss
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,9 @@ div.deprecated {
padding: 0 0.5rem 0.5rem;
padding-left: 12px;
page-break-inside: avoid;
.versionmodified {
color: var(--color-content-foreground)
}
}

div.deprecated::before {
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 062f3d2

Please sign in to comment.