Slight changes to theme settings hint (#591)
This commit is contained in:
parent
68c2dc47b9
commit
dfacbdaaa5
|
@ -27,7 +27,8 @@
|
||||||
|
|
||||||
<h2>Themes
|
<h2>Themes
|
||||||
</h2>
|
</h2>
|
||||||
<p>Changes to the theme (colours) of Pinafore can be made in <i>Settings > Instances > *your instance*</i>
|
<p>
|
||||||
|
Changes to the theme can be made in <em>Settings > Instances > (instance name)</em>
|
||||||
</p>
|
</p>
|
||||||
</SettingsLayout>
|
</SettingsLayout>
|
||||||
<style>
|
<style>
|
||||||
|
|
|
@ -2,10 +2,7 @@
|
||||||
<h1>Instances</h1>
|
<h1>Instances</h1>
|
||||||
|
|
||||||
{#if $isUserLoggedIn}
|
{#if $isUserLoggedIn}
|
||||||
<p>Instances you've logged in to:
|
<p>Instances you've logged in to:</p>
|
||||||
<br />
|
|
||||||
(click to change themes/colours)
|
|
||||||
</p>
|
|
||||||
<SettingsList label="Instances">
|
<SettingsList label="Instances">
|
||||||
{#each $loggedInInstancesAsList as instance}
|
{#each $loggedInInstancesAsList as instance}
|
||||||
<SettingsListItem offsetForIcon={instance.name !== $currentInstance}
|
<SettingsListItem offsetForIcon={instance.name !== $currentInstance}
|
||||||
|
|
Loading…
Reference in a new issue