13,005
回編集
編集の要約なし |
編集の要約なし |
||
291行目: | 291行目: | ||
font-size: 1.4rem; | font-size: 1.4rem; | ||
margin-bottom: 1.2rem; | margin-bottom: 1.2rem; | ||
text-shadow: 2px 2px 4px | text-shadow: 2px 2px 4px rgb(0, 0, 0); | ||
} | } | ||
297行目: | 297行目: | ||
.toctoggle, | .toctoggle, | ||
.toctoggle a { | .toctoggle a { | ||
color: # | color: #3090FF !important; | ||
background-color: transparent; | background-color: transparent; | ||
padding: 0.1rem 0. | padding: 0.1rem 0.3rem; | ||
border-radius: 2px; | border-radius: 2px; | ||
font-size: 0.9rem; | font-size: 0.9rem; | ||
309行目: | 309行目: | ||
.toctoggle a:hover { | .toctoggle a:hover { | ||
color: #70CCFF !important; | color: #70CCFF !important; | ||
background-color: rgb( | background-color: rgb(230, 230, 230); | ||
} | } | ||
/* 目次の「非表示」リンク */ | /* 目次の「非表示」リンク */ | ||
.toc .toctogglelabel { | .toc .toctogglelabel { | ||
color: # | color: #3090FF; | ||
background-color: transparent; | background-color: transparent; | ||
padding: 0.1rem 0.5rem; | padding: 0.1rem 0.5rem; | ||
323行目: | 323行目: | ||
.toc .toctogglelabel:hover { | .toc .toctogglelabel:hover { | ||
color: # | color: #3090FF; | ||
background-color: rgb( | background-color: rgb(230, 230, 230); | ||
} | } | ||