上次改这个博客的样式估计得追溯到 2017 年了,整个页面散发着一股本世纪初的味道,最近痛定思痛决定让博客稍微看起来没有那么有年代感一点……
做的修改略备忘如下:
正文样式
.post .postBody {
font-weight: 350;
font-size: 16px;
line-height: 1.7;
}
布局样式
#topics {
width: 88%;
}
#sideBar {
display: none;
}
.post .postBody {
width: 100%
}
标题样式
.cnblogs-markdown h2 {
font-size: 22px !important;
}
.cnblogs-markdown h3 {
font-size: 19px !important;
}
.cnblogs-markdown h4 {
font-size: 17px !important;
}
.cnblogs-markdown h5 {
font-size: 14px !important;
}
链接样式
a {
transition: all .3s ease !important;
}
a:hover {
color: orange !important;
text-decoration: underline !important
}
.post .postBody a:active, .post .postBody a:link, .post .postBody a:visited {
color: orangered;
position: relative;
text-decoration: none;
}
代码样式
.hljs {
font-size: 14px !important
}
标签:postBody,装修,样式,博客,备忘,important,post,font,size
From: https://www.cnblogs.com/JiuPleber/p/Blog_Remodel.html