You've already forked AstralRinth
forked from didirus/AstralRinth
25 lines
286 B
SCSS
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);
|
|
}
|