mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-13 19:46:39 +00:00
Update doc link background color when active
This commit is contained in:
parent
66ef43ecd7
commit
9774349473
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ export const DocsLinks: FC<Props> = ({ navLinks, toggleMobileAccordion }) => {
|
||||||
borderColor='primary'
|
borderColor='primary'
|
||||||
w='100%'
|
w='100%'
|
||||||
bg={isSectionActive ? 'secondary' : 'bg'}
|
bg={isSectionActive ? 'secondary' : 'bg'}
|
||||||
color={isSectionActive ? 'body' : 'primary'}
|
color={isSectionActive ? 'bg' : 'primary'}
|
||||||
_groupHover={{ background: 'primary', color: 'bg', textDecoration: 'none' }}
|
_groupHover={{ background: 'primary', color: 'bg', textDecoration: 'none' }}
|
||||||
>
|
>
|
||||||
{to ? (
|
{to ? (
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue