generated at
テーブルを控えめに表示する
文章内で何か列挙しようとした場合にテーブルを使うにはデザインがかなり威圧的でためらっていたので控えめにしたyuta0801
タブで隙間を空けていい感じに整える方法も試してみたけど、複数カラムあると全体の整形が度々必要で不便だった

比較
/

style.css
.table-block .cell:nth-child(odd), .table-block .cell:nth-child(even) { background: unset; } .table-block .table-block-start { padding: unset; font-size: unset; background-color: unset; } .table-block .table-block-start a { color: unset; }

UserCSS