Lx4U-book/docs/assets/styles.css

38 lines
556 B
CSS
Raw Normal View History

2021-06-22 18:59:03 +08:00
.markdown-section > ul,
.markdown-section > ol,
.markdown-section > p {
font-size: 1.3rem;
line-height: 1.7;
}
2021-06-22 18:59:03 +08:00
li.folder p strong {
cursor: pointer;
}
.pkg {
2021-06-22 18:59:03 +08:00
padding: 0 0 2rem 0;
background: #fefefe;
border-bottom: solid 1px #ccc;
}
.pkg .pkg-desc {
line-height: 1.6;
}
2021-06-22 18:59:03 +08:00
.pkg .pkg-priority {
background-color: #ddd;
padding: 2px 6px;
border-radius: 12px;
}
2021-05-18 00:21:25 +08:00
warn {
2021-06-22 18:59:03 +08:00
border: solid 2px #42b983;
padding: 20px;
display: block;
2021-05-18 00:21:25 +08:00
}
2021-05-21 15:25:50 +08:00
.pre {
2021-06-22 18:59:03 +08:00
padding: 12px 24px !important;
font-size: 0.8rem;
2021-05-21 15:25:50 +08:00
}
2021-06-22 18:59:03 +08:00
/*# sourceMappingURL=styles.css.map */