Skip to content

Commit

Permalink
match colors to egon.io color palette
Browse files Browse the repository at this point in the history
  • Loading branch information
hofstef committed Nov 22, 2024
1 parent 43d01f1 commit cb74381
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions assets/css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ search: false

@charset "utf-8";

// dark blue color of the Domain Storytelling logo
$primary-color: #3EAFBF;
$link-color: #3EAFBF;
// accent color (nr. 400) of the of the app's custom color palette:
$primary-color: #0093ac;
$link-color: #0093ac;

// light blue color of the Domain Storytelling logo
$info-color: #A2D7E2; // used in .btn--info
// primary color (nr. 100) of the app's custom color palette:
$info-color: #a4d7e1; // used in .btn--info


@import "minimal-mistakes/skins/{{ site.minimal_mistakes_skin | default: 'default' }}"; // skin
Expand Down

0 comments on commit cb74381

Please sign in to comment.