Skip to content

Commit

Permalink
v2 colors
Browse files Browse the repository at this point in the history
  • Loading branch information
Alison Hill committed Oct 18, 2021
1 parent a0082ea commit dda4da0
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions assets/fb-hex.scss
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
// set custom hex colors
$siteBgColorCustom: #fff8f5; // cabbage*
$sidebarBgColorCustom: #d4e7e5; // light blue*
$textColorCustom: #332f2e; // deep gray
$sidebarTextColorCustom: #332f2e; // deep gray
$headlineColorCustom: #465741; // duck green*
$headingColorCustom: #465741; // duck green*
$bodyLinkColorCustom: #303546; // gunmetal*
$navLinkColorCustom: #303546; // gunmetal*
$sidebarLinkColorCustom: #456B75; // steel*
$footerTextColorCustom: #332f2e; // deep gray
$siteBgColorCustom: #fff8f5; // snow*
$sidebarBgColorCustom: #fff; // white
$textColorCustom: #303546; // gunmetal*
$sidebarTextColorCustom: #4b5e6b; // black coral*
$headlineColorCustom: #9D2F54; // amaranth purple*
$headingColorCustom: #982649; // big dig oruby*
$bodyLinkColorCustom: #4b5e6b; // black coral*
$navLinkColorCustom: #B9134A; // pictorial carmine*
$sidebarLinkColorCustom: #4b5e6b; // black coral*
$footerTextColorCustom: #4b5e6b; // black coral*
$buttonTextColorCustom: #F6F5ED; // white
$buttonHoverTextColorCustom: #FFFFFF;
$buttonBgColorCustom: #303546; // gunmetal*
$buttonHoverBgColorCustom: #20242f;// raisin*
$borderColorCustom: #4e7984; // liberty*
$buttonBgColorCustom: #B9134A; // pictorial carmine*
$buttonHoverBgColorCustom: #982649;// big dig oruby*
$borderColorCustom: #D2DDEE; // peri*

0 comments on commit dda4da0

Please sign in to comment.