diff options
author | sameerasw <[email protected]> | 2025-02-26 18:00:16 +0530 |
---|---|---|
committer | sameerasw <[email protected]> | 2025-02-26 18:00:16 +0530 |
commit | 28dd66e7e5860b81c25b1876cfc34cb277ebe81e (patch) | |
tree | 05b85efa6a27045532a0d003f0a255236c96d347 | |
parent | 099957c1dcbc81a6238c1e6c6a842d6756e6eb8a (diff) |
Update popup styles and structure
-rw-r--r-- | popup/popup.css | 1 | ||||
-rw-r--r-- | popup/popup.html | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/popup/popup.css b/popup/popup.css index a0bf264..edeb94b 100644 --- a/popup/popup.css +++ b/popup/popup.css @@ -1,4 +1,3 @@ -@import url("../shared/variables.css");
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
:root {
diff --git a/popup/popup.html b/popup/popup.html index 657a1a7..2042ae1 100644 --- a/popup/popup.html +++ b/popup/popup.html @@ -31,6 +31,7 @@ <div id="current-site-features" class="features-container"> <h2 class="section-title">Current Site Features</h2> <div id="current-site-toggles" class="features-list"></div> + <p>Disabling a feature may require a reload</p> </div> <!-- All Websites Section (Collapsible) --> |