epub-gen-honor
Version:
A library to generate EPUB from HTML
42 lines (39 loc) • 829 B
CSS
li{
color: #1890ff;
}
a {
color: #1890ff;
text-decoration:none;
}
p {
margin-block-start: 0;
}
.h1{
font-size: x-large;
text-align: center;
}
h2 {
margin-block-end: 0.5em;
}
.content {
white-space: pre-line;
}
.box {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
p.annotation{
white-space: pre-line;
margin-block-end: 0.5em;
}
.annotation {
color: rgba(0,0,0,.55);
}
.title{
font-size: larger;
}
.poet{
display: none;
}