lintry

调整样式字体

...@@ -84,7 +84,7 @@ ...@@ -84,7 +84,7 @@
84 .news h2 { 84 .news h2 {
85 width: max-content; 85 width: max-content;
86 margin: 0.8rem auto; 86 margin: 0.8rem auto;
87 - font-size: 1.6rem; 87 + font-size: 1.5rem;
88 border-bottom: 1px solid #bbb; 88 border-bottom: 1px solid #bbb;
89 padding-bottom: 0.5rem; 89 padding-bottom: 0.5rem;
90 text-align: center; 90 text-align: center;
...@@ -123,16 +123,20 @@ ...@@ -123,16 +123,20 @@
123 } 123 }
124 124
125 .news p { 125 .news p {
126 + font-size: 14px;
126 line-height: 1.6rem; 127 line-height: 1.6rem;
127 margin-bottom: 2rem; 128 margin-bottom: 2rem;
128 } 129 }
130 +.news li {
131 + font-size: 14px;
132 + line-height: 1.6rem;
133 +}
129 134
130 .news p > code { 135 .news p > code {
131 - color: #eee; 136 + color: #eae5c2;
132 - font-weight: 700;
133 font-size: 14px; 137 font-size: 14px;
134 padding: 3px; 138 padding: 3px;
135 - background: #666 139 + background: #2c403c;
136 } 140 }
137 141
138 .news pre > code { 142 .news pre > code {
......