improved dimming

This commit is contained in:
Xanazf 2024-10-17 22:14:27 +03:00
parent f402ab01e6
commit 62b272c3b9
Signed by: Xanazf
GPG key ID: 4E4A5AD1FB748427
3 changed files with 7 additions and 5 deletions

View file

@ -20,8 +20,10 @@
flex-direction: row;
}
.dim-content .docslayout-root {
.dim-content-toc .docslayout-root,
.dim-content-nav .docslayout-root {
filter: brightness(50%);
pointer-events: none;
}
.docs-content {