Add new post toc

fix useLayoutEffect warnning
This commit is contained in:
DefectingCat
2022-08-11 18:06:26 +08:00
parent 39c5711e75
commit 77c01e168d
7 changed files with 71 additions and 23 deletions

View File

@ -22,6 +22,7 @@ module.exports = {
gray: {
100: '#aabfc5',
600: 'rgb(66,66,66)',
700: 'hsl(220, 13%, 18%)', // code background in dark
800: 'rgb(35,38,38)', // card background in dark
900: 'rgb(24,25,26)', // body background in dark
},