diff --git a/src/css/options.css b/src/css/options.css new file mode 100644 index 0000000..fead645 --- /dev/null +++ b/src/css/options.css @@ -0,0 +1,28 @@ +body { + background: #fff; + color: #202023; +} + +h3 { + margin-block-start: 2.5rem; +} + +h3:first-of-type { + margin-block-start: 1rem; +} + +p, +label { + color: rgb(74, 74, 79); +} + +@media (prefers-color-scheme: dark) { + body { + background: #202023; + color: #fff; + } + p, + label { + color: rgb(177, 177, 179); + } +} diff --git a/src/manifest.json b/src/manifest.json index b4d6c59..64f42ed 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -143,6 +143,7 @@ "/img/container-site-d-24.png" ], "options_ui": { - "page": "options.html" + "page": "options.html", + "browser_style": true } } diff --git a/src/options.html b/src/options.html index 62671e1..6f30fae 100644 --- a/src/options.html +++ b/src/options.html @@ -3,20 +3,25 @@
+ - \ No newline at end of file +