@@ -75,12 +75,15 @@ const visibleSubItems = computed(() => {
padding: 0.5rem 1rem;
cursor: pointer;
margin: 0.25rem 1rem;
+ color: var(--p-text-color, var(--p-surface-900));
+ text-decoration: none;
transition:
background-color 0.3s,
color 0.3s;
&:hover {
background-color: var(--p-surface-100);
}
&.active {