lintry

调整样式字体

......@@ -84,7 +84,7 @@
.news h2 {
width: max-content;
margin: 0.8rem auto;
font-size: 1.6rem;
font-size: 1.5rem;
border-bottom: 1px solid #bbb;
padding-bottom: 0.5rem;
text-align: center;
......@@ -123,16 +123,20 @@
}
.news p {
font-size: 14px;
line-height: 1.6rem;
margin-bottom: 2rem;
}
.news li {
font-size: 14px;
line-height: 1.6rem;
}
.news p > code {
color: #eee;
font-weight: 700;
color: #eae5c2;
font-size: 14px;
padding: 3px;
background: #666
background: #2c403c;
}
.news pre > code {
......