revert ol,ul,menu styles

This commit is contained in:
Triston Armstrong 2023-12-25 20:25:55 -06:00
parent 13acd7416a
commit 1adbbe2f54
3 changed files with 9 additions and 1 deletions

View File

@ -1,7 +1,6 @@
import path from 'path'
import fs from "fs"
export const Node = {
isFile: function(filename) {
try {

View File

@ -25,6 +25,7 @@ export default function Home({ content, tree, flattenNodes, backLinks }) {
);
}
const { nodes, edges } = constructGraphData()
export function getStaticProps() {

View File

@ -69,6 +69,14 @@
transform var(--animation-duration) ease;
}
ol,
ul,
menu {
list-style: revert;
margin: revert;
padding: revert;
}
/* code --------------------------------*/
code,
samp,