主题备份(还未完成)
/* 全局 */
a {
text-decoration: none;
}
/* 导航栏 */
.top {
height: 50px;
}
.top a {
margin-left: 20px;
}
/* 文章列表 */
.main {
display: flex;
flex-direction: column;
}
.main a {
width: max-content;
font-size: 14px;
}
.main a:hover {
text-decoration: underline;
color: #ff4c00;
}
页脚html