settings
ここにスタイルシートかくと全体のスタイルを変更できます
code:style.css
.modal-image {
display: flex;
justify-content: center;
}
.modal-image .image{
max-height: 100%;
}
.line .telomere .telomere-border {
border-color: transparent;
}
.line .telomere .telomere-border.unread {
border-color: #6e00ff5c;
border-width: 0px 0px 0px 3px !important;
}
.line.line-title .text {
text-align: center;
font-weight: bold;
font-size: 3rem;
padding-bottom: 32px;
color: #fff;
}
.page-wrapper .page {
background-color: #212121;
}
.editor {
color: #fff;
}
.cursor {
background-color: #fff;
}
.navbar-default {
background-color: #000;
}
body {
background-color: #000;
}
textarea#text-input:focus {
background: rgba(255, 255, 255, 0.3);
color: #F5F8FA;
}
/customize/Dark Theme CSS