diff options
author | ManeraKai <manerakai@protonmail.com> | 2022-01-30 01:34:33 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2022-01-30 01:34:33 +0300 |
commit | aeef1b7778c52697ec26502c253c020d5b2803bd (patch) | |
tree | 5d54205e5b47ccde0e2ce3e712d0cd6079e8b2f1 /src/pages/popup/style.css | |
parent | Merge branch 'master' of https://github.com/libredirect/LibRedirect (diff) | |
download | libredirect-aeef1b7778c52697ec26502c253c020d5b2803bd.zip |
Updating options.html design
Diffstat (limited to 'src/pages/popup/style.css')
-rw-r--r-- | src/pages/popup/style.css | 5 |
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 |