1
0
mirror of synced 2026-01-06 06:02:35 -05:00

Merge pull request #19353 from github/repo-sync

repo sync
This commit is contained in:
Octomerger Bot
2022-07-27 18:56:30 -04:00
committed by GitHub

View File

@@ -20,11 +20,11 @@ const renderTocItem = (item: MiniTocItem) => {
listStyle: 'none',
padding: '2px',
':hover': {
bg: 'var(--color-canvas-inset)',
bg: 'var(--color-canvas-inset) !important',
},
'ul > li': {
':hover': {
bg: 'var(--color-neutral-subtle)',
bg: 'var(--color-neutral-subtle) !important',
},
},
}}