about summary refs log tree commit diff stats
path: root/src/pages/popup/style.css
diff options
context:
space:
mode:
authorManeraKai <manerakai@protonmail.com>2022-01-30 01:34:33 +0300
committerManeraKai <manerakai@protonmail.com>2022-01-30 01:34:33 +0300
commitaeef1b7778c52697ec26502c253c020d5b2803bd (patch)
tree5d54205e5b47ccde0e2ce3e712d0cd6079e8b2f1 /src/pages/popup/style.css
parentMerge branch 'master' of https://github.com/libredirect/LibRedirect (diff)
downloadlibredirect-aeef1b7778c52697ec26502c253c020d5b2803bd.zip
Updating options.html design
Diffstat (limited to 'src/pages/popup/style.css')
-rw-r--r--src/pages/popup/style.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/pages/popup/style.css b/src/pages/popup/style.css
new file mode 100644
index 00000000..098e6728
--- /dev/null
+++ b/src/pages/popup/style.css
@@ -0,0 +1,5 @@
+body {
+    width: 200px;
+    min-height: auto;
+    background-color: var(--bg-main);
+}
\ No newline at end of file