diff --git a/pages/popup/load.htm b/pages/popup/load.htm
index 28396c0..70dd85f 100644
--- a/pages/popup/load.htm
+++ b/pages/popup/load.htm
@@ -1,13 +1,12 @@
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/scripts/pages/popup.js b/scripts/pages/popup.js
index 8a973cd..e8662cf 100644
--- a/scripts/pages/popup.js
+++ b/scripts/pages/popup.js
@@ -12,7 +12,7 @@ import logging from "/scripts/logging.js";
class Page_Popup extends Page {
constructor() {
- super();
+ super({"headers": {"CSS": [`/styles/popup.css`]}});
this.content();
this.background();
this.events();
@@ -23,7 +23,6 @@ class Page_Popup extends Page {
observe((changes) => {
this.update();
this.switch();
- // First, update site data but retain the URL.
});
}