enhance(ui): refator the accent color for the tippy content

This commit is contained in:
charlie
2024-01-04 15:55:50 +08:00
parent 3c26fbfe07
commit 9856f32f34
6 changed files with 207 additions and 191 deletions

View File

@@ -296,11 +296,9 @@
}
.page-ref {
--lx-text-override: var(--ls-link-ref-text-color);
@apply text-accent-11;
&:hover {
--lx-text-override: var(--ls-link-ref-text-hover-color);
@apply text-accent-12;
}
}