settings
code:style.css
/* テーブルのセルをわかりやすくする */
/* セル間に線を入れる */
.table-block .cell {
/* 全てのセルの右と下 */
}
.table-block .cell:first-child {
/* 1列目のセルの左 */
}
.section-title + .line .table-block .cell {
/* 1行目のセルの上 */
}
/* 1行目を太字、中央揃え */
.section-title + .line .table-block .cell {
font-weight: bolder;
text-align: center;
}
.level-1{
background: linear-gradient(transparent 60%, rgb(105, 251, 170) 60%); }
/* #で始まるタグをラベル風にする */
display: inline-block;
padding: 0px 8px;
margin: 0 6px 8px 0;
font-size: 0.8em;
border-radius: 3px;
transition: .3s;
-webkit-transform: scale(1);
transform: scale(1);
}
-webkit-transform: scale(1.1);
transform: scale(1.1);
}