diff --git a/data/package-lock.json b/data/package-lock.json new file mode 100644 index 0000000..0690228 --- /dev/null +++ b/data/package-lock.json @@ -0,0 +1,6 @@ +{ + "name": "data", + "lockfileVersion": 3, + "requires": true, + "packages": {} +} diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 0000000..ed9eb29 --- /dev/null +++ b/package-lock.json @@ -0,0 +1,6 @@ +{ + "name": "RedHatOfficial.github.io", + "lockfileVersion": 3, + "requires": true, + "packages": {} +} diff --git a/static/styles/main.css b/static/styles/main.css index 39aa1f9..59f486e 100644 --- a/static/styles/main.css +++ b/static/styles/main.css @@ -405,7 +405,7 @@ line-height: 1.5; appearance: none; border: 0; - background: none; + background:light-dark(var(--rh-color-surface-lightest), var(--rh-color-surface-darkest)) ; &:focus { outline: none; @@ -426,4 +426,4 @@ --rh-icon-size: 10px; } } -} \ No newline at end of file +}