diff --git a/web/app/styles/tailwind-core.css b/web/app/styles/tailwind-core.css index 2ee61bfa41..b441daf8c6 100644 --- a/web/app/styles/tailwind-core.css +++ b/web/app/styles/tailwind-core.css @@ -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;