Workflowyのタグ機能で箱感を出す
通常
code:style.css
background-color: var(--wf-tag-background-green) !important;
color: var(--wf-tag-text) !important;
padding: 10px;
}
https://gyazo.com/477334430010f79b9b98db07cdcf7e0a
グラデーション
code:style.css
background:linear-gradient(to right,rgb(22, 135, 237) 300px, rgb(20, 55, 90)) !important;
color: var(--wf-tag-text) !important;
padding: 7px;
}
https://gyazo.com/93fcb08116746f3b8c8e5b9a583efa46