revert ol,ul,menu styles
This commit is contained in:
parent
13acd7416a
commit
1adbbe2f54
@ -1,7 +1,6 @@
|
|||||||
import path from 'path'
|
import path from 'path'
|
||||||
import fs from "fs"
|
import fs from "fs"
|
||||||
|
|
||||||
|
|
||||||
export const Node = {
|
export const Node = {
|
||||||
isFile: function(filename) {
|
isFile: function(filename) {
|
||||||
try {
|
try {
|
||||||
|
@ -25,6 +25,7 @@ export default function Home({ content, tree, flattenNodes, backLinks }) {
|
|||||||
);
|
);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
const { nodes, edges } = constructGraphData()
|
const { nodes, edges } = constructGraphData()
|
||||||
|
|
||||||
export function getStaticProps() {
|
export function getStaticProps() {
|
||||||
|
@ -69,6 +69,14 @@
|
|||||||
transform var(--animation-duration) ease;
|
transform var(--animation-duration) ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ol,
|
||||||
|
ul,
|
||||||
|
menu {
|
||||||
|
list-style: revert;
|
||||||
|
margin: revert;
|
||||||
|
padding: revert;
|
||||||
|
}
|
||||||
|
|
||||||
/* code --------------------------------*/
|
/* code --------------------------------*/
|
||||||
code,
|
code,
|
||||||
samp,
|
samp,
|
||||||
|
Loading…
Reference in New Issue
Block a user