diff options
author | Mango0x45 <thomasvoss@live.com> | 2021-06-16 14:48:16 +0200 |
---|---|---|
committer | Mango0x45 <thomasvoss@live.com> | 2021-06-16 14:48:16 +0200 |
commit | 3332ab0c0cab70fdc20b181b10199ec24d78f552 (patch) | |
tree | a396fe2ea4b2293e2f3a9ffdb9870af1f1355b86 /settings.html | |
parent | 1039f11f2909278a85e9ba505e30d4b504619009 (diff) |
MORE ATTRIBUTES!!
Diffstat (limited to 'settings.html')
-rw-r--r-- | settings.html | 12 |
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> |