aboutsummaryrefslogtreecommitdiffhomepage
path: root/settings.html
diff options
context:
space:
mode:
Diffstat (limited to 'settings.html')
-rw-r--r--settings.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/settings.html b/settings.html
index 408bad0..f8ab413 100644
--- a/settings.html
+++ b/settings.html
@@ -13,7 +13,7 @@
</head>
<body>
- <a href="index.html" id="back">
+ <a href="index.html" id="back" aria-label="Home Page">
<!--
Source: https://www.svgrepo.com/svg/18507/back-button
License: CC0 - Creative Commons (No rights reserved)
@@ -35,29 +35,29 @@
</svg>
</a>
<h1>Page Settings</h1>
- <h3 class="options">Dark Theme</h3>
+ <h2 class="options">Dark Theme</h2>
<label class="switch">
<input type="checkbox" id="page_theme" onclick="change_theme()">
<span class="slider" id="slider"></span>
</label>
<br>
<br>
- <h3 class="options">Remove Titles</h3>
+ <h2 class="options">Remove Titles</h2>
<label class="switch">
<input type="checkbox" id="page_titles" onclick="remove_titles()">
<span class="slider" id="slider"></span>
</label>
<br>
<br>
- <h3 class="options">Remove Text</h3>
+ <h2 class="options">Remove Text</h2>
<label class="switch">
<input type="checkbox" id="page_text" onclick="remove_text()">
<span class="slider" id="slider"></span>
</label>
<br>
<br>
- <h3 class="options">Custom Mod Message</h3>
- <a href="https://github.com/Mango0x45/no-ad-retimer/blob/master/docs/custom_mod_messages.md" target="_blank">
+ <h2 class="options">Custom Mod Message</h2>
+ <a href="https://github.com/Mango0x45/no-ad-retimer/blob/master/docs/custom_mod_messages.md" target="_blank" rel="noreferrer">
Help
</a>
<br>