454 B
454 B
/* 표, 그림은 전체폭이며 잘리지 않게 */
.sheet .body-content table,
.sheet .body-content figure{
width: 100%;
}
.sheet .body-content table th{
background: var(--b-light) !important;
color: var(--b-accent) !important;
}
`;
doc.head.appendChild(style);
}