refactor(web): remove unused theme hide selector

This commit is contained in:
yyh 2026-05-02 11:52:34 +08:00
parent 8fa2619b7e
commit a82256efc1
No known key found for this signature in database

View File

@ -125,11 +125,6 @@
text-fill-color: transparent;
}
[data-theme='dark'] [data-hide-on-theme='dark'],
[data-theme='light'] [data-hide-on-theme='light'] {
display: none;
}
/* Shiki code block line numbers */
.shiki-line-numbers code {
counter-reset: line;