Rewords and styling adjustments

pull/118/head
Kevin Payravi 2023-04-12 03:18:16 -05:00
parent c95e5c9ada
commit ae09f82892
2 changed files with 6 additions and 6 deletions

View File

@ -7,7 +7,7 @@
<style>
/* ELEMENTS */
body {
width: 450px;
max-width: 600px;
background-color: #005799;
margin: 0px;
font-family: Helvetica, Sans-Serif;
@ -91,7 +91,7 @@
/* CONTENT */
#content {
padding: .5em;
padding: 1em;
background-color: #e5f4ff;
box-sizing: border-box;
}
@ -161,7 +161,7 @@
<div id="notifications" class="settingToggle">
<input id="notificationsCheckbox" type="checkbox" />
<label for="notificationsCheckbox">
<span id="notificationsText">🔔 Receive a browser notification when you are redirected</span>
<span id="notificationsText">🔔 Desktop notifications when redirected to an indie wiki or BreezeWiki</span>
</label>
</div>
</div>
@ -201,7 +201,7 @@
View All Settings
</button>
<br />
View all settings to configure your settings per-wiki.
View all settings to configure your options per-wiki.
</div>
<hr />
<div id="links">

View File

@ -8,7 +8,7 @@
<style>
/* ELEMENTS */
body {
width: 600px;
max-width: 600px;
margin: 0 auto;
padding: 20px;
background-color: #2b2a33;
@ -274,7 +274,7 @@
<div id="notifications" class="settingToggle">
<input id="notificationsCheckbox" type="checkbox" />
<label for="notificationsCheckbox">
<span id="notificationsText">🔔 Receive desktop notifications when you are redirected to a wiki</span>
<span id="notificationsText">🔔 Desktop notifications when redirected to an indie wiki or BreezeWiki</span>
</label>
</div>
</div>