/*返回顶部开始*/
/*返回顶部结束*/

/*隐藏页头*/
#top_nav {
  display: none; !important
}
/*设置背景*/
body {
	background-image: url(https://blog-static.cnblogs.com/files/yiyuzi/20210301182609.gif?t=1700622953&download=true) !important;
	padding-bottom: 25px;
}
/*隐藏广告*/
.c_ad_block, .under-post-card, #under_post_card1, #under_post_card2, #ad_t2 {
  display: none; !important
}

/*导航栏支持深色模式*/
.catListPostArchive{
	background:transparent
}