diff --git a/src/client/theme-default/components/VPFlyout.vue b/src/client/theme-default/components/VPFlyout.vue index b585f1b4..5d3429c7 100644 --- a/src/client/theme-default/components/VPFlyout.vue +++ b/src/client/theme-default/components/VPFlyout.vue @@ -60,7 +60,7 @@ function onBlur() { } .VPFlyout:hover { - color: var(--vp-c-bland); + color: var(--vp-c-brand); transition: color 0.25s; }