settings
https://gyazo.com/71a765beeb3abf3dad5849cb847fb5f4
code:style.css
htmldata-project-theme=paper-light{
--telomere-unread: #c0beae;
--page-text-color: #444;
}
:not(.section-0).section-title .text {
font-size: 20px;
font-weight: bold;
padding: 12px 0 4px;
border-top: 1px #999 dashed;
font-size: 22px;
padding: 18px 0 18px;
border-top: 15px #e7e3cd dotted;
display: flex;
justify-content: center;
}
:not(.section-0).section-title .text type="hashTag"{
font-size: 1.2rem;
}
.line {
font-size:16px;
line-height: 1.8;
}
code.code span {
color: inherit !important;
}
.iframe-video-player iframe {
max-width: 500px;
height: 300px;
}
.line .quote {
padding: 1px 4px;
background-color: #5e8bb326;
border-left: solid 10px #5e8bb375;
}
.line .image {
max-height:600px !important;
}
.iframe-video-player iframe,
.line .image {
margin: 4px 0 10px;
box-shadow: 0 2px 8px 1px rgb(0 0 0 / 20%);
background: rgb(0 0 0 / 3%);
}
@media (max-width: 767px) {
.page {
padding-left: 10px;
padding-right: 10px;
}
.col-page {
padding: 0;
}
}