ATQQ / sugar-blog

✍️📚我写博客的地方🤪🤪🤪记录随笔与学习笔记,仓库包含:博客内容,博客主题、博客模板、vitepress离线全文搜索插件、VitePress RSS 支持插件;a blog theme use vitepress
https://sugarat.top
MIT License
361 stars 65 forks source link

fix(theme): 修复scss语法警告错误 #274

Closed cnjimbo closed 2 months ago

cnjimbo commented 2 months ago

Adjust the CSS rules for the dark mode background gradient to properly apply by wrapping the existing properties within a parent reference '&'. This change ensures that the min-height and background gradient are correctly inherited and applied to the relevant HTML element when in dark mode.