connect custom css

This commit is contained in:
bakedpotatolord 2025-05-17 16:51:37 -06:00
commit de220d4117
2 changed files with 13 additions and 2 deletions

9
docs/src/custom.css Normal file
View file

@ -0,0 +1,9 @@
.navbar{
height:5rem
}
.navbar .navbar__items{
height:4.5rem
}

View file

@ -20,8 +20,10 @@ module.exports = {
// hideable: true,
// }
},
blog: false
blog: false,
theme: {
customCss: './docs/src/custom.css',
},
},
],
],