Skip to content

Commit fcac82b

Browse files
committed
Updates the color code
1 parent 76da6ad commit fcac82b

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

static/images/favicons/site.webmanifest

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"type": "image/png"
1515
}
1616
],
17-
"theme_color": "#5a3699",
18-
"background_color": "#5a3699",
17+
"theme_color": "#2E308E",
18+
"background_color": "#2E308E",
1919
"display": "standalone"
2020
}

static/images/icons/heart.svg

Lines changed: 1 addition & 1 deletion
Loading

themes/influencer-hugo/assets/scss/_variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
$light: #fff;
2-
$primary-color:#5a3699;
2+
$primary-color:#2E308E;
33
$secondary-color: #385777;
44
$black: #222;
55
$black-light: #3f4451;

themes/influencer-hugo/assets/scss/bootstrap/_variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ $colors: map-merge(
7070
$colors
7171
);
7272

73-
$primary: #5a3699;
73+
$primary: #2E308E;
7474
$secondary: $gray-600 !default;
7575
$success: $green !default;
7676
$info: $cyan !default;

themes/influencer-hugo/layouts/_default/baseof.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
{{- partial "careers.html" . -}}
99
{{- partial "footer.html" . -}}
1010
<script>
11-
console.log("%cOh, hi there! 👋 We're hiring","color:#5a3699; font-size: 16px");
12-
console.log("%c👉 {{ .Site.Data.homepage.careers.url }}","color:#5a3699; font-size: 13px");
11+
console.log("%cOh, hi there! 👋 We're hiring","color:#2E308E; font-size: 16px");
12+
console.log("%c👉 {{ .Site.Data.homepage.careers.url }}","color:#2E308E; font-size: 13px");
1313
</script>
1414
</body>
1515
</html>

themes/influencer-hugo/layouts/partials/head.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
<link rel="icon" type="image/png" sizes="32x32" href="{{ `images/favicons/favicon-32x32.png` | absURL }}">
88
<link rel="icon" type="image/png" sizes="16x16" href="{{ `images/favicons/favicon-16x16.png` | absURL }}">
99
<link rel="manifest" href="{{ `images/favicons/site.webmanifest` | absURL }}">
10-
<link rel="mask-icon" href="{{ `images/favicons/safari-pinned-tab.svg` | absURL }}" color="#5a3699">
10+
<link rel="mask-icon" href="{{ `images/favicons/safari-pinned-tab.svg` | absURL }}" color="#2E308E">
1111
<link rel="shortcut icon" href="{{ `images/favicons/favicon.ico` | absURL }}">
12-
<meta name="msapplication-TileColor" content="#5a3699">
12+
<meta name="msapplication-TileColor" content="#2E308E">
1313
<meta name="msapplication-config" content="{{ `images/favicons/browserconfig.xml` | absURL }}">
14-
<meta name="theme-color" content="#5a3699">
14+
<meta name="theme-color" content="#2E308E">
1515
{{ with resources.Get "scss/style.scss" | toCSS | postCSS | minify }}
1616
<style>{{ .Content | safeCSS }}</style>
1717
{{ end }}

0 commit comments

Comments
 (0)