テーブル表示
TablePressを導入。
TablePressのプラグインのオプションでテーマにあうようにカスタムCSSを設定。
.tablepress thead th {
font-size: 10pt !important;
color: #989eae !important;
text-align: center !important;
background-color: #202228 !important;
padding: 5px !important;
border-width: 1px !important;
border-style: solid !important;
border-color: #444855 !important;
}
.tablepress tbody td {
font-size: 10pt !important;
color: #989eae !important;
text-align: left !important;
background-color: #202228 !important;
padding: 5px !important;
border-width: 1px !important;
border-style: solid !important;
border-color: #444855 !important;
}