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-width: 0px 0px 0px 3px !important;
}
.line.line-title .text {
text-align: center;
font-weight: bold;
font-size: 3rem;
padding-bottom: 32px;
}
.page-wrapper .page {
}
.editor {
}
.cursor {
}
.navbar-default {
}
body {
}
textarea#text-input:focus {
background: rgba(255, 255, 255, 0.3);
}