summaryrefslogtreecommitdiff
path: root/popup/popup.html
diff options
context:
space:
mode:
Diffstat (limited to 'popup/popup.html')
-rw-r--r--popup/popup.html20
1 files changed, 18 insertions, 2 deletions
diff --git a/popup/popup.html b/popup/popup.html
index 9d8d042..c4d96e4 100644
--- a/popup/popup.html
+++ b/popup/popup.html
@@ -26,13 +26,29 @@
</header>
<main class="app-content">
- <div class="toggle-container features-container">
+ <div class="features-container">
+ <div class="toggle-container">
<label class="toggle-switch">
<input type="checkbox" id="enable-styling">
<span class="slider round"></span>
</label>
<span class="toggle-label">Enable Styling</span>
</div>
+ <div class="toggle-container">
+ <label class="toggle-switch">
+ <input type="checkbox" id="whitelist-style-mode">
+ <span class="slider round"></span>
+ </label>
+ <span id="whitelist-style-mode-label" class="toggle-label">Blacklist Mode</span>
+ </div>
+ <div class="toggle-container">
+ <label class="toggle-switch">
+ <input type="checkbox" id="skip-theming">
+ <span class="slider round"></span>
+ </label>
+ <span id="site-style-toggle-label" class="toggle-label">Skip Styling for this Site</span>
+ </div>
+ </div>
<!-- Current Site Features Section -->
<div id="current-site-features" class="features-container">
@@ -110,4 +126,4 @@
<script src="popup.js"></script>
</body>
-</html> \ No newline at end of file
+</html>