博客园主题1【备份】

时间:2022-07-24
本文章向大家介绍博客园主题1【备份】,主要内容包括其使用实例、应用技巧、基本知识点总结和需要注意事项,具有一定的参考价值,需要的朋友可以参考一下。
@import url(https://blog-static.cnblogs.com/files/gshang/gshang.2019.11.19.1.css) screen and (min-width:0px);

/*设置顶部头像背景*/
#blogTitle {
    background-image: url(https://img2018.cnblogs.com/blog/1489774/201911/1489774-20191115181738072-2067895519.jpg);
}
/*设置头像*/
#blogLogo {
    background-image: url(https://raw.githubusercontent.com/Daotin/pic/master/touxiang.jpg);
}
/*** 设置全局主题颜色 ***/
html {
    --ThemeColor: #00a1d6;
}

.feedbackListSubtitle a:last-child {
   margin-left: 0 !important;
}