Skip to content

Commit e6eba15

Browse files
committed
[B] Set darker hover color to "About this text" in TOC drawer
1 parent 1de9874 commit e6eba15

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client/src/reader/components/Toc/styles.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ export const FooterButton = styled.button`
9696
&:hover,
9797
&:focus-visible {
9898
background-color: var(--color-base-neutral30);
99+
color: var(--color-base-neutral80);
99100
outline: 0;
100101
}
101102

0 commit comments

Comments
 (0)