settings
code:style.css
@import "/api/code/fujii-memo/settings/style.css";
code:style.css
/* 背景色指定 */
body {background-color:skyblue;}
/* プロジェクトタイトルのカラー指定 */
/* .quick-launch .project-home .title {
color: darkgreen
}
.quick-launch .project-home .icon-home::before {
color: darkgreen
}
*/
/* 箇条書きを控えめにする */
.app .line .indent-mark .dot {
height: .5em; width: .5em; border-radius: 50%;
/* background-color: rgba(173,173,173,.55) } */
background-color: darkgray }
.app:not(.presentation) .line .indent-mark .dot { top: auto; bottom: 0 }