diff options
| -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) -->  | 
