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