小説を読もうの閲覧履歴変更CSSその2
.c-button {
display: initial;
}
.c-novel-detail-item__body {
display: none;
}
.c-button--outline {
display: none;
}
.c-button-group {
all: unset;
display: revert;
}
.c-button--primary {
color: initial;
background-color: initial;
display: initial;
}
a {
color: initial;
background-color: initial;
display: initial;
}
.c-button:visited {
color: initial;
background-color: initial;
}