mirror of
https://github.com/vale981/Vulcan
synced 2025-03-09 20:16:39 -04:00
Change color names in email package
This commit is contained in:
parent
2e10b2f973
commit
f752be9d30
2 changed files with 4 additions and 4 deletions
|
@ -15,8 +15,8 @@ getEmailTemplate = function (template) {
|
|||
buildEmailTemplate = function (htmlContent) {
|
||||
|
||||
var emailProperties = {
|
||||
headerColor: Settings.get('headerColor', '#444444'),
|
||||
buttonColor: Settings.get('buttonColor', '#DD3416'),
|
||||
secondaryColor: Settings.get('secondaryColor', '#444444'),
|
||||
accentColor: Settings.get('accentColor', '#DD3416'),
|
||||
siteName: Settings.get('title'),
|
||||
tagline: Settings.get('tagline'),
|
||||
siteUrl: getSiteUrl(),
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
}
|
||||
}
|
||||
a{
|
||||
color: {{buttonColor}};
|
||||
color: {{accentColor}};
|
||||
font-weight: bold;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
@ -47,7 +47,7 @@
|
|||
border-radius: 3px;
|
||||
}
|
||||
.heading-container{
|
||||
background: {{headerColor}};
|
||||
background: {{secondaryColor}};
|
||||
padding: 15px;
|
||||
text-align: center;
|
||||
border-radius: 3px 3px 0px 0px;
|
||||
|
|
Loading…
Add table
Reference in a new issue