mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-31 20:24:27 -04:00
Front: Improve readability in menus
This commit is contained in:
parent
195ed11c62
commit
35003b16f8
@ -157,6 +157,12 @@ const MenuItem = forwardRef<
|
|||||||
<style jsx global>{`
|
<style jsx global>{`
|
||||||
[data-highlighted] {
|
[data-highlighted] {
|
||||||
background: ${theme.variant.accent};
|
background: ${theme.variant.accent};
|
||||||
|
svg {
|
||||||
|
fill: ${theme.alternate.contrast};
|
||||||
|
}
|
||||||
|
div {
|
||||||
|
color: ${theme.alternate.contrast};
|
||||||
|
}
|
||||||
}
|
}
|
||||||
`}</style>
|
`}</style>
|
||||||
<Item
|
<Item
|
||||||
|
Loading…
x
Reference in New Issue
Block a user