Lx4U-book/docs/assets/styles.css
Anton Maisak 50c0f3e88f fix #346
2021-05-21 10:25:50 +03:00

31 lines
464 B
CSS

.markdown-section>ul,
.markdown-section>ol,
.markdown-section>p {
font-size: 1.3rem;
line-height: 1.7
}
li.folder p strong {
cursor: pointer;
}
.pkg {
padding: 0;
background: #fefefe;
border-bottom: solid 1px #ccc;
}
.pkg .pkg-desc { line-height: 1.6; }
.pkg .pkg-priority { background-color: #ddd; padding: 2px 6px; border-radius: 12px; }
warn {
border: solid 2px #42b983;
padding: 20px;
display: block;
}
.pre {
padding: 12px 24px !important;
}