WIP: fix: refs 7649 add section color #501

Closed
pablone wants to merge 2 commits from 7649-fixStyles into dev
2 changed files with 2 additions and 2 deletions
Showing only changes of commit c2c14dd8c9 - Show all commits

View File

@ -21,7 +21,7 @@ const itemComputed = computed(() => {
</script>
<template>
<QItem
active-class="bg-hover"
active-class="bg-vn-hover"
class="min-height"
:to="{ name: itemComputed.name }"
clickable

View File

@ -4,7 +4,7 @@
body.body--light {
--font-color: black;
--vn-section-color: #e0e0e0;
--vn-section-color: #f5f5f5;
--vn-section-hover-color: #b9b9b9;
--vn-page-color: #ffffff;
--vn-text-color: var(--font-color);