「CSS版面配置」修訂間的差異
跳至導覽
跳至搜尋
| 第36行: | 第36行: | ||
background-color: #c63b6f; | background-color: #c63b6f; | ||
} | } | ||
| − | |||
.toc li a:active { | .toc li a:active { | ||
color: #fff; | color: #fff; | ||
| 第46行: | 第45行: | ||
transition: all 0 ease-out; /* Firefox 16+, Opera 12.50+ */ | transition: all 0 ease-out; /* Firefox 16+, Opera 12.50+ */ | ||
} | } | ||
| + | .toc li a:visited {color: #fff;} | ||
@media screen and (min-width:601px) { | @media screen and (min-width:601px) { | ||
.toc { | .toc { | ||