diff --git a/src/app/styles.css b/src/app/styles.css index 0417873..366bb46 100644 --- a/src/app/styles.css +++ b/src/app/styles.css @@ -1,4 +1,5 @@ @import "tailwindcss"; +@custom-variant dark (&:where(.dark, .dark *)); :root { color-scheme: light; @@ -708,7 +709,7 @@ body { .dark .hover\:bg-slate-100:hover, .dark .hover\:bg-sky-50:hover, .dark .hover\:bg-white:hover { - background-color: var(--forge-dark-panel-3) !important; + background-color: var(--forge-dark-panel-3); } .dark .hover\:text-slate-950:hover, diff --git a/src/features/json-yaml/JsonYamlPage.tsx b/src/features/json-yaml/JsonYamlPage.tsx index c574a1e..b8fba43 100644 --- a/src/features/json-yaml/JsonYamlPage.tsx +++ b/src/features/json-yaml/JsonYamlPage.tsx @@ -519,7 +519,7 @@ function CodeEditor({ {label}