Skip to content

Commit

Permalink
Added brand colour variables to the theme
Browse files Browse the repository at this point in the history
  • Loading branch information
monotasker committed Apr 11, 2024
1 parent b550125 commit 7698c95
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions assets/less/site/globals/site.variables
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,17 @@

/* Theme colors */
// @primaryColor: rgb(0, 102, 80); // #006650
@primaryColor: #009374;
@secondaryColor: #186db6; // #c2eae1;;
@footerLightColor: rgb(0, 102, 80);
@footerDarkColor: #009374;
@ivy: #1C4036;
@verdigris: #669999;
@gold: #D9B01C;
@mint: #c9e3db;
@seafoam: #f0faf5;
@ivory: #f5f5eb;

@primaryColor: @verdigris;
@secondaryColor: @gold; // #c2eae1;;
@footerLightColor: lighten(@ivy, 10%);
@footerDarkColor: lighten(@gold, 30%);

@navbarBackgroundColor: #5eae9b;
@navbarBackgroundImage: #5eae9b;
Expand Down

0 comments on commit 7698c95

Please sign in to comment.