12,922
回編集
編集の要約なし |
編集の要約なし |
||
298行目: | 298行目: | ||
.toctoggle a { | .toctoggle a { | ||
color: #70CCFF !important; | color: #70CCFF !important; | ||
background-color: | background-color: transparent; | ||
padding: 0.1rem 0.5rem; | padding: 0.1rem 0.5rem; | ||
border-radius: 2px; | border-radius: 2px; | ||
font-size: 0.9rem; | font-size: 0.9rem; | ||
transition: all 0.3s ease; | transition: all 0.3s ease; | ||
text-decoration: none; | text-decoration: none; | ||
309行目: | 308行目: | ||
.toctoggle:hover, | .toctoggle:hover, | ||
.toctoggle a:hover { | .toctoggle a:hover { | ||
color: # | color: #70CCFF !important; | ||
background-color: | background-color: rgb(255, 255, 255); | ||
} | } | ||
/* 目次の「非表示」リンク */ | /* 目次の「非表示」リンク */ | ||
.toc .toctogglelabel { | .toc .toctogglelabel { | ||
color: # | color: #70CCFF; | ||
background-color: | background-color: transparent; | ||
padding: 0. | padding: 0.1rem 0.5rem; | ||
border-radius: | border-radius: 2px; | ||
font-size: 0.9rem; | font-size: 0.9rem; | ||
transition: all 0.3s ease; | transition: all 0.3s ease; | ||
} | } | ||
.toc .toctogglelabel:hover { | .toc .toctogglelabel:hover { | ||
color: # | color: #70CCFF; | ||
background-color: | background-color: rgb(255, 255, 255); | ||
} | } | ||