Skip to content

Commit

Permalink
fix previous releases color
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsung committed Jun 27, 2024
1 parent 5e7a984 commit ff011bb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/qiskit_sphinx_theme/assets/styles/_left-sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,10 @@ body {
font-size: var(--sidebar-item-font-size);
margin-bottom: var(--sidebar-item-spacing-vertical);
margin-top: 0;

.icon {
color: var(--color-sidebar-link-text--top-level)
}
}

.qiskit-previous-releases-header-container p {
Expand Down

0 comments on commit ff011bb

Please sign in to comment.