Skip to content
This repository was archived by the owner on Apr 21, 2026. It is now read-only.

Commit cb824a0

Browse files
author
dpatanin
committed
Merge branch 'gh-source' of github.com:secureCodeBox/securecodebox.github.io into gh-source
2 parents ff6c132 + 3705cb6 commit cb824a0

2 files changed

Lines changed: 9 additions & 6 deletions

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@master
13-
- uses: enriikke/gatsby-gh-pages-action@6f11d33d3ef1c31d7962f855e73d4fdcf0dcb8b7
13+
- uses: docker://securecodebox/gatsby-gh-pages-action@sha256:003347a815f64a16c3be4c49f672e352525a61b209c2bc4e9c5c32ab6ad372b7
1414
env:
1515
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
1616
DEPLOY_BRANCH: 'master'

src/scss/_bootstrap-variables.scss

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ $grid-gutter-width: 20px;
2020
$white: #ffffff;
2121
$black: #000000;
2222
$primary: #1c3ed3;
23-
$iteragenta: #A9218E;
23+
$iteragenta: #a9218e;
2424
$iteragentaLight: rgb(170, 77, 151);
25-
$secureCodeBlue: #3296DC;
25+
$secureCodeBlue: #3296dc;
2626
$secondary: #414156;
2727

2828
// Links
@@ -32,9 +32,12 @@ $link-hover-color: lighten($primary, 20%);
3232
$link-hover-decoration: underline;
3333

3434
// Fonts
35-
$font-family-base: 'Ubuntu','Livvic', 'Helvetica Neue', Arial, sans-serif,
36-
-apple-system;
37-
$font-family-heading: 'Livvic', 'Helvetica Neue', Arial, sans-serif, -apple-system;
35+
$font-family-base: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
36+
Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
37+
'Segoe UI Symbol';
38+
$font-family-heading: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
39+
Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
40+
'Segoe UI Symbol';
3841
$font-size-base: 1rem; // Assumes the browser default, typically `16px`
3942
$font-weight-thin: 200;
4043
$font-weight-light: 300;

0 commit comments

Comments
 (0)