We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29272d1 commit 97ead6dCopy full SHA for 97ead6d
1 file changed
src/App.css
@@ -228,12 +228,13 @@ pre.code {
228
display: flex;
229
flex-wrap: wrap;
230
margin-bottom: 15px;
231
- border-bottom: 1px solid lightgrey;
+ border-bottom: 1px solid #e0e0e0;
232
padding-bottom: 15px;
233
}
234
235
.single-item .item:last-child {
236
margin-bottom: 0;
237
+ border-bottom: none;
238
239
240
.single-item .def {
0 commit comments