mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 01:33:02 +00: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
|
|
@ -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…
Reference in New Issue