FIX: Some fixes to the doumentation
This commit is contained in:
committed by
Nicolás Hatcher Andrés
parent
d70ab85396
commit
47acd0d600
@@ -1990,6 +1990,10 @@ export default defineConfig({
|
||||
text: "Programming",
|
||||
collapsed: true,
|
||||
items: [
|
||||
{
|
||||
text: "About",
|
||||
link: "/programming/about",
|
||||
},
|
||||
{
|
||||
text: "Rust",
|
||||
link: "/programming/rust",
|
||||
|
||||
@@ -175,20 +175,20 @@ li::marker {
|
||||
top: 36px;
|
||||
}
|
||||
|
||||
.VPSwitch[data-v-70a26bb8] {
|
||||
background-color: var(--vp-c-bg-alt);
|
||||
.VPSwitch {
|
||||
background-color: var(--vp-c-bg-alt) !important;
|
||||
}
|
||||
|
||||
.VPDocFooter[data-v-29ec59c0] {
|
||||
margin-top: 36px;
|
||||
.VPDocFooter {
|
||||
margin-top: 36px !important;
|
||||
}
|
||||
|
||||
table {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.VPSidebarItem.level-0[data-v-3db96182] {
|
||||
padding-bottom: 10px;
|
||||
.VPSidebarItem.level-0 {
|
||||
padding-bottom: 10px !important;
|
||||
}
|
||||
|
||||
.VPBadge.info {
|
||||
|
||||
Reference in New Issue
Block a user