Files
AstralRinth/docs/.vitepress/theme/compat.scss
2023-02-18 11:43:12 -07:00

18 lines
262 B
SCSS

body {
color: var(--vp-c-text-1);
background-color: var(--vp-c-bg);
}
.VPLink, .title, .pager-link, .link, .header-anchor {
color: inherit;
transition: none;
&:hover {
text-decoration: none;
}
&:active:not(&:disabled) {
scale: 1;
}
}