diff --git a/Base/res/ladybird/inspector.css b/Base/res/ladybird/inspector.css index 4ac8f35f72d..c53459e7eae 100644 --- a/Base/res/ladybird/inspector.css +++ b/Base/res/ladybird/inspector.css @@ -4,7 +4,6 @@ @media (prefers-color-scheme: dark) { :root { - --background: rgb(23, 23, 23); --separator: dimgray; --separator-accent: rgb(57, 57, 57); --tab-controls: rgb(57, 57, 57); @@ -30,7 +29,6 @@ @media (prefers-color-scheme: light) { :root { - --background: white; --separator: lightgray; --separator-accent: white; --tab-controls: rgb(229, 229, 229); @@ -54,7 +52,7 @@ } html { - background-color: var(--background); + color-scheme: light dark; } body { @@ -186,7 +184,7 @@ body { left: 0; right: 0; background-color: var(--tab-controls); - border-top: 2px solid var(--background); + border-top: 2px solid Canvas; display: flex; padding: 0.5em; } diff --git a/Base/res/ladybird/newtab.html b/Base/res/ladybird/newtab.html index 68f05d889d4..0471ae776c5 100644 --- a/Base/res/ladybird/newtab.html +++ b/Base/res/ladybird/newtab.html @@ -4,11 +4,8 @@