Move files in preparation for monorepo migration
This commit is contained in:
24
libs/omorphia/docs/.vitepress/theme/compat.scss
Normal file
24
libs/omorphia/docs/.vitepress/theme/compat.scss
Normal file
@@ -0,0 +1,24 @@
|
||||
.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);
|
||||
}
|
||||
Reference in New Issue
Block a user