0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00

Main colour audit

Clean up grey colours by mixing in slightly more blue, standardise appearance across different parts of the app and move closer to brand  colours.
This commit is contained in:
John O'Nolan 2015-06-24 13:37:37 +01:00
parent b3f7576bf0
commit c33c3012d1
25 changed files with 101 additions and 97 deletions

View file

@ -18,7 +18,7 @@
margin: 2px 0 0;
padding: 10px;
min-width: 220px;
border: #e1e1e1 1px solid;
border: #dfe1e3 1px solid;
background-color: #fff;
background-clip: padding-box;
border-radius: 4px;
@ -40,7 +40,7 @@
overflow: hidden;
margin: 8px 0;
height: 1px;
background: color(#e1e1e1 lightness(+5%));
background: color(#dfe1e3 lightness(+5%));
}
.dropdown-menu > li > a,

View file

@ -105,7 +105,7 @@
padding: 0;
width: 16px;
border: none;
color: #828282;
color: #808284;
}
.modal-content .close:hover {

View file

@ -18,11 +18,11 @@
margin-top: 5px;
padding: 4px;
width: 220px;
border: #e1e1e1 1px solid;
border: #dfe1e3 1px solid;
background: rgba(255,255,255,0.9);
border-radius: 4px;
box-shadow: rgba(0,0,0,0.06) 0 1px 7px;
color: #828282;
color: #808284;
font-size: 1.2rem;
line-height: 1.4em;
}
@ -111,7 +111,7 @@
justify-content: space-between;
align-items: center;
padding: 14px 15px;
border-bottom: #e1e1e1 1px solid;
border-bottom: #dfe1e3 1px solid;
}
.gh-alert-content {

View file

@ -18,7 +18,7 @@
float: left;
margin-left: -1px;
padding: 6px 12px;
border: 1px solid #e1e1e1;
border: 1px solid #dfe1e3;
background-color: #fff;
color: var(--blue);
text-decoration: none;

View file

@ -13,7 +13,7 @@
z-index: 500;
overflow: hidden;
width: 350px;
border-left: #e1e1e1 1px solid;
border-left: #dfe1e3 1px solid;
background: #fff;
transition: transform 0.4s cubic-bezier(0.1, 0.7, 0.1, 1);
transform: translate3d(350px, 0px, 0px);
@ -102,6 +102,10 @@
margin: 0 0 1.6rem 0;
}
.settings-menu-content .image-uploader .description {
font-size: 1.4rem;
}
.settings-menu-content .image-uploader.image-uploader-url {
padding: 35px 45px;
}

View file

@ -8,13 +8,16 @@
padding: 55px 60px;
width: 100%;
height: auto;
border: #e1e1e1 2px dashed;
background: #f6f6f6;
background: #f6f7f8;
border-radius: 4px;
color: #828282;
color: #808284;
text-align: center;
}
.image-uploader .description {
font-size: 1.6rem;
}
.image-uploader a {
color: var(--midgrey);
text-decoration: none;
@ -33,6 +36,7 @@
padding: 10px;
color: var(--midgrey);
text-decoration: none;
font-size: 14px;
line-height: 12px;
}
@ -49,10 +53,6 @@
color: #fff;
}
.image-uploader .btn-blue {
margin: 0 0 0 10px;
}
.image-uploader input.main {
position: absolute;
right: 0;
@ -71,13 +71,13 @@
}
.image-uploader input.url {
margin: 10px 0;
margin: 0 0 10px 0;
padding: 9px 7px;
outline: 0;
background: #fff;
vertical-align: middle;
font: -webkit-small-control;
font-size: 1.1em;
font-size: 1.4rem;
}
.image-uploader input.url + .btn.btn-blue {

View file

@ -30,7 +30,7 @@
left: 0;
padding: 15px;
width: 33%;
border-right: #e1e1e1 1px solid;
border-right: #dfe1e3 1px solid;
background: #fff;
}
@ -124,7 +124,7 @@
position: relative;
margin: 0;
padding: 0;
border-bottom: #e1e1e1 1px solid;
border-bottom: #dfe1e3 1px solid;
}
.content-list li a {
@ -156,8 +156,8 @@
}
@media (min-width: 901px) {
.content-list .active {
background: color(#e1e1e1 lightness(+9%));
.content-list .active a {
border-left: var(--blue) 3px solid;
}
}

View file

@ -34,7 +34,7 @@
}
.editor .entry-preview {
border-left: #e1e1e1 1px solid;
border-left: #dfe1e3 1px solid;
}
.editor .entry-markdown,
@ -61,7 +61,7 @@
align-items: center;
padding: 5px 15px;
height: 40px;
border-top: #e1e1e1 1px solid;
border-top: #dfe1e3 1px solid;
color: var(--midgrey);
font-size: 1.2rem;
line-height: 1em;
@ -172,7 +172,7 @@
.entry-preview-content .btn,
.content-preview-content .btn {
color: #e1e1e1;
color: #dfe1e3;
text-decoration: none;
}
@ -180,7 +180,7 @@
.content-preview-content .img-placeholder {
position: relative;
height: 100px;
border: 5px dashed #e1e1e1;
border: 5px dashed #dfe1e3;
}
.entry-preview-content .img-placeholder span,

View file

@ -33,9 +33,9 @@
flex: 0 0 235px;
display: flex;
flex-direction: column;
overflow: hidden;
border-right: #e1e1e1 1px solid;
background: #f6f6f6;
min-width: 0; /* TODO: This is a bullshit Firefox hack */
border-right: #dfe1e3 1px solid;
background: #f5f7f8;
transform: translateX(0);
}
@ -70,8 +70,8 @@
.gh-nav-menu-details {
flex-grow: 1;
overflow: hidden;
padding-right: 10px;
min-width: 0; /* TODO: This is a bullshit Firefox hack */
}
.gh-nav-menu-details-blog {
@ -144,7 +144,7 @@
overflow: hidden;
margin-top: 15px;
padding: 5px 10px 5px 15px;
color: #828282;
color: #808284;
text-transform: uppercase;
text-overflow: ellipsis;
white-space: nowrap;
@ -185,7 +185,7 @@
display: flex;
align-items: center;
height: 40px;
border-top: #e1e1e1 1px solid;
border-top: #dfe1e3 1px solid;
color: var(--midgrey);
}
@ -267,7 +267,7 @@
padding: 5px 10px;
width: 45px;
height: 27px;
border-right: #e1e1e1 1px solid;
border-right: #dfe1e3 1px solid;
line-height: 1;
cursor: pointer;
}
@ -328,7 +328,7 @@
display: flex;
align-items: center;
padding: 5px 10px;
border-left: #e1e1e1 1px solid;
border-left: #dfe1e3 1px solid;
cursor: pointer;
}
@ -380,7 +380,7 @@
align-items: center;
padding: 0 20px;
height: 65px;
border-bottom: #e1e1e1 1px solid;
border-bottom: #dfe1e3 1px solid;
}
.view-title {

View file

@ -315,14 +315,14 @@
.package-grid-apps {
overflow: hidden;
margin: 0 0 4vw 0;
border: #e1e1e1 1px solid;
border: #dfe1e3 1px solid;
border-radius: 5px;
}
.package-card-app {
margin: 0;
border: none;
border-top: #e1e1e1 1px solid;
border-top: #dfe1e3 1px solid;
border-radius: 0;
}
.package-grid-cell:first-of-type .package-card-app {

View file

@ -72,7 +72,7 @@
position: relative;
display: block;
padding: 0 45px 0 0;
border-bottom: 1px solid #e1e1e1;
border-bottom: 1px solid #dfe1e3;
}
.settings-tag .tag-edit-button {
@ -84,11 +84,11 @@
.settings-tag .tag-edit-button:hover,
.settings-tag .tag-edit-button:focus,
.settings-tag .tag-edit-button:active {
background: color(#e1e1e1 lightness(+10%));
background: color(#dfe1e3 lightness(+10%));
}
.settings-tag:last-of-type:hover .tag-edit-button {
box-shadow: inset 0 -1px 0 #e1e1e1;
box-shadow: inset 0 -1px 0 #dfe1e3;
}
.settings-tag .label {
@ -109,7 +109,7 @@
.settings-tag .tag-description {
margin: 0;
color: #e1e1e1;
color: #dfe1e3;
font-size: 13px;
}
@ -117,6 +117,6 @@
position: absolute;
top: 20px;
right: 12px;
color: #e1e1e1;
color: #dfe1e3;
font-size: 16px;
}

View file

@ -22,7 +22,7 @@
}
.user-list-item {
border-top: 1px solid #e1e1e1;
border-top: 1px solid #dfe1e3;
}
@media (max-width: 550px) {
@ -49,10 +49,10 @@ a.user-list-item {
@media (min-width: 601px) {
a.user-list-item:hover {
background: color(#e1e1e1 lightness(+10%));
background: color(#dfe1e3 lightness(+10%));
}
a.user-list-item:last-of-type:hover {
box-shadow: inset 0 -1px 0 #e1e1e1;
box-shadow: inset 0 -1px 0 #dfe1e3;
}
}
@ -62,7 +62,7 @@ a.user-list-item {
overflow: hidden;
width: 35px;
height: 35px;
background: #e1e1e1;
background: #dfe1e3;
border-radius: 100%;
color: transparent;
font-size: 0;

View file

@ -8,11 +8,11 @@
align-items: center;
margin-bottom: 0;
padding: 9px 15px;
border: #e1e1e1 1px solid;
border: #dfe1e3 1px solid;
background: #fff;
background-image: none; /* Reset unusual Firefox-on-Android default style; see https://github.com/necolas/normalize.css/issues/214 */
border-radius: var(--border-radius);
color: #828282;
color: #808284;
text-align: center;
text-transform: uppercase;
text-shadow: none;
@ -163,7 +163,7 @@ fieldset[disabled] .btn {
.btn-minor:focus {
border-color: #c1c1c1;
background: #fff;
color: #828282;
color: #808284;
}

View file

@ -27,7 +27,7 @@ legend {
display: block;
margin: 2em 0;
width: 100%;
border-bottom: #e1e1e1 1px solid;
border-bottom: #dfe1e3 1px solid;
color: #b1b1b1;
font-size: 1.2em;
line-height: 2.0em;
@ -107,7 +107,7 @@ select {
display: block;
padding: 8px 10px;
width: 100%;
border: 1px solid #e1e1e1;
border: 1px solid #dfe1e3;
border-radius: var(--border-radius);
color: #666;
font-size: 1.4rem;
@ -160,7 +160,7 @@ textarea {
.for-radio label:hover input:not(:checked) + .input-toggle-component,
.for-checkbox label:hover input:not(:checked) + .input-toggle-component {
border-color: #e1e1e1;
border-color: #dfe1e3;
}
.for-radio input,
@ -181,7 +181,7 @@ textarea {
margin-right: 7px;
width: 18px;
height: 18px;
border: 1px solid #e1e1e1;
border: 1px solid #dfe1e3;
background: #f7f7f7;
}

View file

@ -144,7 +144,7 @@ hr {
padding: 0;
height: 1px;
border: 0;
border-top: 1px solid #e1e1e1;
border-top: 1px solid #dfe1e3;
}
dl {
@ -171,7 +171,7 @@ dl dd {
blockquote {
margin: 1.6em 0;
padding: 0 1.6em 0 1.6em;
border-left: #e1e1e1 0.6em solid;;
border-left: #dfe1e3 0.6em solid;;
}
blockquote p {
@ -208,7 +208,7 @@ tt {
code,
tt {
padding: 0.2em 0.4em;
background: lighten(#e1e1e1, 2%);
background: lighten(#dfe1e3, 2%);
border-radius: 2px;
vertical-align: top;
white-space: pre-wrap;
@ -220,7 +220,7 @@ pre {
margin: 1.6em 0;
padding: 10px;
width: 100%;
background: lighten(#e1e1e1, 2%);
background: lighten(#dfe1e3, 2%);
border-radius: 3px;
white-space: pre;
font-family: var(--font-family-mono);

View file

@ -21,7 +21,7 @@
}
.nav-list-item:hover {
background: color(#e1e1e1 lightness(+10%));
background: color(#dfe1e3 lightness(+10%));
}
.nav-list-item:first-of-type {

View file

@ -26,7 +26,7 @@ table td,
.table th,
.table td {
border-top: 1px solid #e1e1e1;
border-top: 1px solid #dfe1e3;
}
.table th {
@ -43,7 +43,7 @@ table td,
}
.table tbody + tbody {
border-top: 2px solid #e1e1e1;
border-top: 2px solid #dfe1e3;
}
.table table table {
@ -52,7 +52,7 @@ table td,
.table tbody > tr:nth-child(odd) > td,
.table tbody > tr:nth-child(odd) > th {
background-color: color(#e1e1e1 lightness(+10%));
background-color: color(#dfe1e3 lightness(+10%));
}
.table.plain tbody > tr:nth-child(odd) > td,

View file

@ -5,7 +5,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body bgcolor="#ffffff" topmargin="0" leftmargin="0" marginheight="0" marginwidth="0" style="-webkit-font-smoothing: antialiased; -webkit-text-size-adjust: none; background: #ffffff; color: #828282; font-family: sans-serif; font-size: 15px; line-height: 1.5; margin: 0; width: 100%;">
<body bgcolor="#ffffff" topmargin="0" leftmargin="0" marginheight="0" marginwidth="0" style="-webkit-font-smoothing: antialiased; -webkit-text-size-adjust: none; background: #ffffff; color: #808284; font-family: sans-serif; font-size: 15px; line-height: 1.5; margin: 0; width: 100%;">
<table width="100%" cellpadding="0" cellspacing="0" border="0" bgcolor="#ffffff">
<tr>
@ -22,11 +22,11 @@
<!-- START OF EMAIL CONTENT -->
<h1 style="color: #212425; font-family: sans-serif; font-size: 28px; font-weight: 600; letter-spacing: -1px; line-height: 1.1; margin: 0.4em 0 0.8em 0; padding: 0;">Welcome</h1>
<p style="color: #828282; font-family: sans-serif; font-size: 15px; font-weight: normal; line-height: 1.5em; margin: 0; padding: 0 0 1.5em 0;"><strong>{{blogName}}</strong> is using Ghost to publish things on the internet! {{invitedByName}} has invited you to join. Please click on the link below to activate your account.</p>
<p style="color: #828282; font-family: sans-serif; font-size: 15px; font-weight: normal; line-height: 1.5em; margin: 0; padding: 0 0 1.5em 0;"><a href="{{resetLink}}" style="color: #5ba4e5;">Click here to activate your account</a></p>
<p style="color: #828282; font-family: sans-serif; font-size: 15px; font-weight: normal; line-height: 1.5em; margin: 0; padding: 0 0 1.5em 0;"><strong>No idea what Ghost is?</strong> It's a simple, beautiful platform for running an online blog or publication. Writers, businesses and individuals from all over the world use Ghost to publish their stories and ideas. <a href="http://ghost.org" style="color: #5ba4e5;">Find out more</a>.</p>
<p style="color: #828282; font-family: sans-serif; font-size: 15px; font-weight: normal; line-height: 1.5em; margin: 0; padding: 0 0 1.5em 0;">If you have trouble activating your {{blogName}} account, you can reach out to {{invitedByName}} on {{invitedByEmail}} for assistance.</p>
<p style="color: #828282; font-family: sans-serif; font-size: 15px; font-weight: normal; line-height: 1.5em; margin: 0; padding: 0 0 1.5em 0;">Have fun, and good luck!</p>
<p style="color: #808284; font-family: sans-serif; font-size: 15px; font-weight: normal; line-height: 1.5em; margin: 0; padding: 0 0 1.5em 0;"><strong>{{blogName}}</strong> is using Ghost to publish things on the internet! {{invitedByName}} has invited you to join. Please click on the link below to activate your account.</p>
<p style="color: #808284; font-family: sans-serif; font-size: 15px; font-weight: normal; line-height: 1.5em; margin: 0; padding: 0 0 1.5em 0;"><a href="{{resetLink}}" style="color: #5ba4e5;">Click here to activate your account</a></p>
<p style="color: #808284; font-family: sans-serif; font-size: 15px; font-weight: normal; line-height: 1.5em; margin: 0; padding: 0 0 1.5em 0;"><strong>No idea what Ghost is?</strong> It's a simple, beautiful platform for running an online blog or publication. Writers, businesses and individuals from all over the world use Ghost to publish their stories and ideas. <a href="http://ghost.org" style="color: #5ba4e5;">Find out more</a>.</p>
<p style="color: #808284; font-family: sans-serif; font-size: 15px; font-weight: normal; line-height: 1.5em; margin: 0; padding: 0 0 1.5em 0;">If you have trouble activating your {{blogName}} account, you can reach out to {{invitedByName}} on {{invitedByEmail}} for assistance.</p>
<p style="color: #808284; font-family: sans-serif; font-size: 15px; font-weight: normal; line-height: 1.5em; margin: 0; padding: 0 0 1.5em 0;">Have fun, and good luck!</p>
<!-- END OF EMAIL CONTENT -->
</td>

View file

@ -28,7 +28,7 @@
font-family: sans-serif;
font-size: 15px;
line-height: 1.5;
color:#828282;
color:#808284;
background:#ffffff;
-webkit-font-smoothing: antialiased;
-webkit-text-size-adjust:none;
@ -57,7 +57,7 @@
p {
margin: 0;
padding: 0 0 1.5em 0;
color:#828282;
color:#808284;
font-size: 15px;
line-height: 1.5em;
font-family: sans-serif;
@ -66,7 +66,7 @@
ul, ol {
margin: 0;
padding: 0 0 1.5em 2em;
color:#828282;
color:#808284;
font-size: 15px;
line-height: 1.5em;
font-family: sans-serif;

View file

@ -28,7 +28,7 @@
font-family: sans-serif;
font-size: 15px;
line-height: 1.5;
color:#828282;
color:#808284;
background:#ffffff;
-webkit-font-smoothing: antialiased;
-webkit-text-size-adjust:none;
@ -57,7 +57,7 @@
p {
margin: 0;
padding: 0 0 1.5em 0;
color:#828282;
color:#808284;
font-size: 15px;
line-height: 1.5em;
font-family: sans-serif;
@ -66,7 +66,7 @@
ul, ol {
margin: 0;
padding: 0 0 1.5em 2em;
color:#828282;
color:#808284;
font-size: 15px;
line-height: 1.5em;
font-family: sans-serif;

View file

@ -28,7 +28,7 @@
font-family: sans-serif;
font-size: 15px;
line-height: 1.5;
color:#828282;
color:#808284;
background:#ffffff;
-webkit-font-smoothing: antialiased;
-webkit-text-size-adjust:none;
@ -57,7 +57,7 @@
p {
margin: 0;
padding: 0 0 1.5em 0;
color:#828282;
color:#808284;
font-size: 15px;
line-height: 1.5em;
font-family: sans-serif;
@ -66,7 +66,7 @@
ul, ol {
margin: 0;
padding: 0 0 1.5em 2em;
color:#828282;
color:#808284;
font-size: 15px;
line-height: 1.5em;
font-family: sans-serif;

View file

@ -28,7 +28,7 @@
font-family: sans-serif;
font-size: 15px;
line-height: 1.5;
color:#828282;
color:#808284;
background:#ffffff;
-webkit-font-smoothing: antialiased;
-webkit-text-size-adjust:none;
@ -57,7 +57,7 @@
p {
margin: 0;
padding: 0 0 1.5em 0;
color:#828282;
color:#808284;
font-size: 15px;
line-height: 1.5em;
font-family: sans-serif;
@ -66,7 +66,7 @@
ul, ol {
margin: 0;
padding: 0 0 1.5em 2em;
color:#828282;
color:#808284;
font-size: 15px;
line-height: 1.5em;
font-family: sans-serif;

View file

@ -5,7 +5,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body bgcolor="#ffffff" topmargin="0" leftmargin="0" marginheight="0" marginwidth="0" style="-webkit-font-smoothing: antialiased; -webkit-text-size-adjust: none; background: #ffffff; color: #828282; font-family: sans-serif; font-size: 15px; line-height: 1.5; margin: 0; width: 100%;">
<body bgcolor="#ffffff" topmargin="0" leftmargin="0" marginheight="0" marginwidth="0" style="-webkit-font-smoothing: antialiased; -webkit-text-size-adjust: none; background: #ffffff; color: #808284; font-family: sans-serif; font-size: 15px; line-height: 1.5; margin: 0; width: 100%;">
<table width="100%" cellpadding="0" cellspacing="0" border="0" bgcolor="#ffffff">
<tr>
@ -21,10 +21,10 @@
<td class="content-cell" width="100%">
<!-- START OF EMAIL CONTENT -->
<p style="color: #828282; font-family: sans-serif; font-size: 15px; font-weight: normal; line-height: 1.5em; margin: 0; padding: 0 0 1.5em 0;"><strong>Hello!</strong></p>
<p style="color: #828282; font-family: sans-serif; font-size: 15px; font-weight: normal; line-height: 1.5em; margin: 0; padding: 0 0 1.5em 0;">A request has been made to reset your password on <a href="{{ siteUrl }}" style="color: #5ba4e5;">{{ siteUrl }}</a>.</p>
<p style="color: #828282; font-family: sans-serif; font-size: 15px; font-weight: normal; line-height: 1.5em; margin: 0; padding: 0 0 1.5em 0;">Please follow the link below to reset your password:<br><br> <a href="{{ resetUrl }}" style="color: #5ba4e5;">Click here to reset your password</a></p>
<p style="color: #828282; font-family: sans-serif; font-size: 15px; font-weight: normal; line-height: 1.5em; margin: 0; padding: 0 0 1.5em 0;">Ghost</p>
<p style="color: #808284; font-family: sans-serif; font-size: 15px; font-weight: normal; line-height: 1.5em; margin: 0; padding: 0 0 1.5em 0;"><strong>Hello!</strong></p>
<p style="color: #808284; font-family: sans-serif; font-size: 15px; font-weight: normal; line-height: 1.5em; margin: 0; padding: 0 0 1.5em 0;">A request has been made to reset your password on <a href="{{ siteUrl }}" style="color: #5ba4e5;">{{ siteUrl }}</a>.</p>
<p style="color: #808284; font-family: sans-serif; font-size: 15px; font-weight: normal; line-height: 1.5em; margin: 0; padding: 0 0 1.5em 0;">Please follow the link below to reset your password:<br><br> <a href="{{ resetUrl }}" style="color: #5ba4e5;">Click here to reset your password</a></p>
<p style="color: #808284; font-family: sans-serif; font-size: 15px; font-weight: normal; line-height: 1.5em; margin: 0; padding: 0 0 1.5em 0;">Ghost</p>
<!-- END OF EMAIL CONTENT -->
</td>

View file

@ -5,7 +5,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body bgcolor="#ffffff" topmargin="0" leftmargin="0" marginheight="0" marginwidth="0" style="-webkit-font-smoothing: antialiased; -webkit-text-size-adjust: none; background: #ffffff; color: #828282; font-family: sans-serif; font-size: 15px; line-height: 1.5; margin: 0; width: 100%;">
<body bgcolor="#ffffff" topmargin="0" leftmargin="0" marginheight="0" marginwidth="0" style="-webkit-font-smoothing: antialiased; -webkit-text-size-adjust: none; background: #ffffff; color: #808284; font-family: sans-serif; font-size: 15px; line-height: 1.5; margin: 0; width: 100%;">
<table width="100%" cellpadding="0" cellspacing="0" border="0" bgcolor="#ffffff">
<tr>
@ -21,12 +21,12 @@
<td class="content-cell" width="100%">
<!-- START OF EMAIL CONTENT -->
<p style="color: #828282; font-family: sans-serif; font-size: 15px; font-weight: normal; line-height: 1.5em; margin: 0; padding: 0 0 1.5em 0;"><strong>Hello there!</strong></p>
<p style="color: #828282; font-family: sans-serif; font-size: 15px; font-weight: normal; line-height: 1.5em; margin: 0; padding: 0 0 1.5em 0;">Excellent!
<p style="color: #808284; font-family: sans-serif; font-size: 15px; font-weight: normal; line-height: 1.5em; margin: 0; padding: 0 0 1.5em 0;"><strong>Hello there!</strong></p>
<p style="color: #808284; font-family: sans-serif; font-size: 15px; font-weight: normal; line-height: 1.5em; margin: 0; padding: 0 0 1.5em 0;">Excellent!
You've successfully setup your email config for your Ghost blog over on {{ siteUrl }}</p>
<p style="color: #828282; font-family: sans-serif; font-size: 15px; font-weight: normal; line-height: 1.5em; margin: 0; padding: 0 0 1.5em 0;">If you hadn't, you wouldn't be reading this email, but you are, so it looks like all is well :)</p>
<p style="color: #828282; font-family: sans-serif; font-size: 15px; font-weight: normal; line-height: 1.5em; margin: 0; padding: 0 0 1.5em 0;">xoxo</p>
<p style="color: #828282; font-family: sans-serif; font-size: 15px; font-weight: normal; line-height: 1.5em; margin: 0; padding: 0 0 1.5em 0;">Team Ghost<br>
<p style="color: #808284; font-family: sans-serif; font-size: 15px; font-weight: normal; line-height: 1.5em; margin: 0; padding: 0 0 1.5em 0;">If you hadn't, you wouldn't be reading this email, but you are, so it looks like all is well :)</p>
<p style="color: #808284; font-family: sans-serif; font-size: 15px; font-weight: normal; line-height: 1.5em; margin: 0; padding: 0 0 1.5em 0;">xoxo</p>
<p style="color: #808284; font-family: sans-serif; font-size: 15px; font-weight: normal; line-height: 1.5em; margin: 0; padding: 0 0 1.5em 0;">Team Ghost<br>
<a href="https://ghost.org" style="color: #5ba4e5;">https://ghost.org</a></p>
<!-- END OF EMAIL CONTENT -->

View file

@ -5,7 +5,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body bgcolor="#ffffff" topmargin="0" leftmargin="0" marginheight="0" marginwidth="0" style="-webkit-font-smoothing: antialiased; -webkit-text-size-adjust: none; background: #ffffff; color: #828282; font-family: sans-serif; font-size: 15px; line-height: 1.5; margin: 0; width: 100%;">
<body bgcolor="#ffffff" topmargin="0" leftmargin="0" marginheight="0" marginwidth="0" style="-webkit-font-smoothing: antialiased; -webkit-text-size-adjust: none; background: #ffffff; color: #808284; font-family: sans-serif; font-size: 15px; line-height: 1.5; margin: 0; width: 100%;">
<table width="100%" cellpadding="0" cellspacing="0" border="0" bgcolor="#ffffff">
<tr>
@ -21,14 +21,14 @@
<td class="content-cell" width="100%">
<!-- START OF EMAIL CONTENT -->
<p style="color: #828282; font-family: sans-serif; font-size: 15px; font-weight: normal; line-height: 1.5em; margin: 0; padding: 0 0 1.5em 0;"><strong>Hello!</strong></p>
<p style="color: #828282; font-family: sans-serif; font-size: 15px; font-weight: normal; line-height: 1.5em; margin: 0; padding: 0 0 1.5em 0;">Good news! You've successfully created a brand new Ghost blog over on {{ siteUrl }} </p>
<p style="color: #828282; font-family: sans-serif; font-size: 15px; font-weight: normal; line-height: 1.5em; margin: 0; padding: 0 0 1.5em 0;">You can log in to your admin account with the following details:</p>
<p style="color: #828282; font-family: sans-serif; font-size: 15px; font-weight: normal; line-height: 1.5em; margin: 0; padding: 0 0 1.5em 0;"> Email Address: {{ownerEmail}} <br>
<p style="color: #808284; font-family: sans-serif; font-size: 15px; font-weight: normal; line-height: 1.5em; margin: 0; padding: 0 0 1.5em 0;"><strong>Hello!</strong></p>
<p style="color: #808284; font-family: sans-serif; font-size: 15px; font-weight: normal; line-height: 1.5em; margin: 0; padding: 0 0 1.5em 0;">Good news! You've successfully created a brand new Ghost blog over on {{ siteUrl }} </p>
<p style="color: #808284; font-family: sans-serif; font-size: 15px; font-weight: normal; line-height: 1.5em; margin: 0; padding: 0 0 1.5em 0;">You can log in to your admin account with the following details:</p>
<p style="color: #808284; font-family: sans-serif; font-size: 15px; font-weight: normal; line-height: 1.5em; margin: 0; padding: 0 0 1.5em 0;"> Email Address: {{ownerEmail}} <br>
Password: The password you chose when you signed up</p>
<p style="color: #828282; font-family: sans-serif; font-size: 15px; font-weight: normal; line-height: 1.5em; margin: 0; padding: 0 0 1.5em 0;">Keep this email somewhere safe for future reference, and have fun!</p>
<p style="color: #828282; font-family: sans-serif; font-size: 15px; font-weight: normal; line-height: 1.5em; margin: 0; padding: 0 0 1.5em 0;">xoxo</p>
<p style="color: #828282; font-family: sans-serif; font-size: 15px; font-weight: normal; line-height: 1.5em; margin: 0; padding: 0 0 1.5em 0;">Team Ghost<br>
<p style="color: #808284; font-family: sans-serif; font-size: 15px; font-weight: normal; line-height: 1.5em; margin: 0; padding: 0 0 1.5em 0;">Keep this email somewhere safe for future reference, and have fun!</p>
<p style="color: #808284; font-family: sans-serif; font-size: 15px; font-weight: normal; line-height: 1.5em; margin: 0; padding: 0 0 1.5em 0;">xoxo</p>
<p style="color: #808284; font-family: sans-serif; font-size: 15px; font-weight: normal; line-height: 1.5em; margin: 0; padding: 0 0 1.5em 0;">Team Ghost<br>
<a href="https://ghost.org" style="color: #5ba4e5;">https://ghost.org</a></p>
<!-- END OF EMAIL CONTENT -->