Skip to content

Commit

Permalink
record names of admonitions colors
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsung committed Jul 3, 2024
1 parent c7465e6 commit 3bbefd5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/qiskit_sphinx_theme/assets/styles/_colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@
--color-sidebar-item-background--hover: var(--color-background-hover);

// Colors for admonitions
--qiskit-color-info-background: #edf5ff;
--qiskit-color-info-border: #0043ce;
--qiskit-color-info-background: #edf5ff; //blue10
--qiskit-color-info-border: #0043ce; // blue70
--qiskit-color-warning-background: #fcf4d6;
--qiskit-color-warning-border: #f1c21b;
--qiskit-color-error-background: #fff1f1;
--qiskit-color-error-border: #da1e28;
--qiskit-color-warning-border: #f1c21b; // yellow30
--qiskit-color-error-background: #fff1f1; // red10
--qiskit-color-error-border: #da1e28; // red60
}

@mixin colors-dark {
Expand Down

0 comments on commit 3bbefd5

Please sign in to comment.