From b04e224fb2c9dfac4deb88c76240bbbd58b3c855 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 5 Jan 2020 12:23:23 +0545 Subject: [PATCH] popup: add automatic dark-mode support --- popup.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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; } + -- 2.39.2