Skip to content

Commit

Permalink
fix(ToC): padding pre hover
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-ronaldson committed Jul 8, 2024
1 parent 6ee1be8 commit 864271e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion assets/styles/site-styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -1466,7 +1466,8 @@

.ux-c-toc__link {
color: var(--pf-global--palette--black-700);

background: var(--pf-global--BackgroundColor--200);
padding: .25rem .75rem;
}
.ux-c-toc__link:hover,.ux-c-toc__link:active, .ux-c-toc__link.pf-m-current {
color: var(--pf-global--palette--black-900);
Expand Down

0 comments on commit 864271e

Please sign in to comment.