mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-25 04:28:07 +02:00
misc(v1): use primary color for hovered items in table of contents (#1871)
* fix issue#1752 when element in side nav is hovered over the color changes. * Update main.css
This commit is contained in:
parent
98679b58f8
commit
f14b6eee39
1 changed files with 2 additions and 1 deletions
|
@ -1977,7 +1977,8 @@ input::placeholder {
|
|||
color: #717171;
|
||||
}
|
||||
|
||||
.onPageNav .toc-headings > li > a.active {
|
||||
.onPageNav .toc-headings > li > a.active,
|
||||
.onPageNav .toc-headings > li > a.hover {
|
||||
font-weight: 600;
|
||||
color: $primaryColor;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue