From: Mike Frysinger Date: Sun, 5 Jan 2020 06:38:23 +0000 (+0545) Subject: popup: add automatic dark-mode support X-Git-Tag: v3.0~4 X-Git-Url: https://git.wh0rd.org/?p=chrome-ext%2Fweb-power-switch.git;a=commitdiff_plain;h=b04e224fb2c9dfac4deb88c76240bbbd58b3c855 popup: add automatic dark-mode support --- diff --git a/popup.html b/popup.html index eb0dd49..37ea2a8 100644 --- a/popup.html +++ b/popup.html @@ -13,7 +13,7 @@ table#buttons { border-collapse: collapse; } body { - margin: 0px; + margin: 1px; padding: 0px; font-family: Arial, sans-serif; font-size: smaller; @@ -25,6 +25,12 @@ div#status { white-space: nowrap; } +