docs: optimize website (#29)

* docs: optimize website

* a

* a
This commit is contained in:
xrkffgg
2021-01-04 13:56:48 +08:00
committed by GitHub
parent 7879d79201
commit dae9d88636
6 changed files with 138 additions and 66 deletions

View File

@@ -72,9 +72,15 @@ export default defineConfig({
},
styles: [
`
html {
scroll-behavior: smooth;
}
.markdown table {
width: auto !important;
}
.markdown table td:first-child {
font-weight: normal !important;
}
`,
]
});