final changes to blog

This commit is contained in:
2023-01-01 20:50:51 +02:00
parent 9635a48051
commit d768ad1704
11 changed files with 37 additions and 10 deletions
+7 -1
View File
@@ -14,7 +14,13 @@ export default defineConfig({
presets: [
presetIcons(),
presetTypography(),
presetTypography({
cssExtend: {
"h1,h2,h3,h4,h5,h6": {
"font-weight": "800"
}
}
}),
presetWind({
dark: "class"
})