diff --git a/client/src/document/index.scss b/client/src/document/index.scss index 291c0ad85c65..5ff5c5a3e6cf 100644 --- a/client/src/document/index.scss +++ b/client/src/document/index.scss @@ -744,6 +744,10 @@ pre { color: var(--category-color); opacity: 1; } + + &:checked ~ label:before { + background-color: var(--category-color); + } } }