style.css/* a.page-link, a.page-link, .line a.link { */
/* color: #1d5bf4 !important; */
/* }*/
:root {
--page-link-color: #1d5bf4 !important; /* 濃い青 */
--page-link-hover-color: #0a43d0 !important; /* 25%暗く */
}
/* a.empty-page-link, a.empty-page-link { */
/* color: #b45332 !important;*/ /* 濃い赤 */
/* color: #309b98 !important;*/ /* 青緑 */
/* }*/
:root {
--empty-page-link-color: #009090 !important; /* 濃いめの青緑 */
--empty-page-link-hover-color: #007373 !important; /* 25%暗く */
}