mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-01 15:29:19 +03:00
Reverted color updates
This commit is contained in:
parent
7e92306a77
commit
c41a1f77f8
@ -9,7 +9,7 @@
|
||||
<div class="gh-setting-header gh-first-header">Website</div>
|
||||
<div class="gh-settings-main-grid">
|
||||
<LinkTo class="gh-setting-group" @route="settings.general" data-test-nav="general">
|
||||
<span class="color-2">{{svg-jar "settings"}}</span>
|
||||
<span class="color-1">{{svg-jar "settings"}}</span>
|
||||
<div>
|
||||
<h4>General</h4>
|
||||
<p>Basic publication details and site metadata</p>
|
||||
@ -23,7 +23,7 @@
|
||||
</div>
|
||||
</button>
|
||||
<LinkTo class="gh-setting-group" @route="settings.theme" data-test-nav="theme">
|
||||
<span class="color-1">{{svg-jar "view-site"}}</span>
|
||||
<span class="color-2">{{svg-jar "view-site"}}</span>
|
||||
<div>
|
||||
<h4>Theme</h4>
|
||||
<p>Install and update themes</p>
|
||||
@ -50,7 +50,7 @@
|
||||
</LinkTo>
|
||||
{{/if}}
|
||||
<button type="button" class="gh-setting-group portal" {{action (toggle "showPortalSettings" this)}} data-test-toggle-membersFrom>
|
||||
<span class="color-2">{{svg-jar "portal-logo-stroke"}}</span>
|
||||
<span class="color-3">{{svg-jar "portal-logo-stroke"}}</span>
|
||||
<div>
|
||||
<h4>Portal</h4>
|
||||
<p>Customize members modal signup flow</p>
|
||||
@ -77,7 +77,7 @@
|
||||
<div class="gh-setting-header">Advanced</div>
|
||||
<div class="gh-settings-main-grid">
|
||||
<LinkTo class="gh-setting-group" @route="settings.code-injection" data-test-nav="code-injection">
|
||||
<span class="color-4">{{svg-jar "brackets"}}</span>
|
||||
<span class="color-2">{{svg-jar "brackets"}}</span>
|
||||
<div>
|
||||
<h4>Code injection</h4>
|
||||
<p>Add code to your publication</p>
|
||||
|
Loading…
Reference in New Issue
Block a user