File tree Expand file tree Collapse file tree 6 files changed +10
-10
lines changed
Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff line change 11$light : #fff ;
2- $primary-color :#5a3699 ;
2+ $primary-color :#2E308E ;
33$secondary-color : #385777 ;
44$black : #222 ;
55$black-light : #3f4451 ;
Original file line number Diff line number Diff 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 ;
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 }}
You can’t perform that action at this time.
0 commit comments