Skip to content

Commit 6fa0ec0

Browse files
committed
deploy: 6155814
1 parent e267476 commit 6fa0ec0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

assets/index.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -402,6 +402,13 @@ h6:hover .anchor {
402402
.toc_ad {
403403
margin-bottom: 2rem;
404404
}
405+
.is_dark .toc_ad {
406+
opacity: var(--opacity);
407+
transition: opacity 0.3s ease-in-out;
408+
}
409+
.is_dark .toc_ad:hover {
410+
opacity: 1;
411+
}
405412
.toc {
406413
width: var(--width-toc);
407414
min-width: var(--width-toc);

0 commit comments

Comments
 (0)