workflowy Stylish / Stylus
別途インストールするスタイル
box-shadow は邪魔だから消すのが吉
独自スタイル
code:css
div.project.selected > div.children > div > div.name div.content {
font-weight: bold !important;
}
/* 下線で赤ハイライト(ダークモード用) */
.content u {
background-color:#675151;
text-decoration:none;
}
/* 斜体で青ハイライト(ダークモード用) */
.content i {
background-color:#516762;
font-style: normal;
}
/* 時間表記の前にアイコンを表示 */
.content > time:before {
content: '📆 ';
}
.notes {
padding: 5px;
}
.notes .content {
font-size: 0.9em !important;
}
.contentTagText {
text-decoration: none !important;
}
img.workflowy_custom_links {
cursor: pointer;
margin-left: 5px;
}