You've already forked AstralRinth
forked from didirus/AstralRinth
* initial impl * merge from main * No more crashy * Almost there * fix import * fix more imports * Code cleanup, Fixed components, Added Tooltip * Added Env ind and Category pages --------- Co-authored-by: Geometrically <18202329+Geometrically@users.noreply.github.com>
21 lines
240 B
SCSS
21 lines
240 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;
|
|
}
|