Skip to content

Commit

Permalink
use yellow70 for warning background
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsung committed Jul 3, 2024
1 parent dd37a6d commit ace69a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qiskit_sphinx_theme/assets/styles/_colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
--color-sidebar-item-background--hover: var(--color-background-hover);
--qiskit-color-info-background: #002d9c; // blue80
--qiskit-color-info-border: #78a9ff; // blue40
--qiskit-color-warning-background: #483700; // yellow80
--qiskit-color-warning-background: #684e00; // yellow70
--qiskit-color-warning-border: #f1c21b; // yellow30
--qiskit-color-error-background: #750e13; // red80
--qiskit-color-error-border: #fa4d56; // red50
Expand Down

0 comments on commit ace69a6

Please sign in to comment.