Files
AstralRinth/docs/.vitepress/theme/compat.scss
2023-11-11 16:48:52 -05:00

25 lines
286 B
SCSS

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