diff --git a/_sass/libs/_vars.scss b/_sass/libs/_vars.scss index e321bd6..dfdc45f 100644 --- a/_sass/libs/_vars.scss +++ b/_sass/libs/_vars.scss @@ -41,10 +41,10 @@ border3-bg: #eaeaea, accent1: ( - bg: #4acaa8, - fg-bold: #ffffff, - fg: mix(#4acaa8, #ffffff, 25%), - fg-light: mix(#4acaa8, #ffffff, 40%) + bg: #28f4af, + fg-bold: #111111, + fg: mix(#28f4af, #111111, 25%), + fg-light: mix(#28f4af, #111111, 40%) ), accent2: ( @@ -55,10 +55,10 @@ ), header: ( - bg: #4acaa8, - fg-bold: #ffffff, - fg: mix(#4acaa8, #ffffff, 25%), - fg-light: mix(#4acaa8, #ffffff, 40%), - border: mix(#4acaa8, #ffffff, 90%) + bg: #28f4af, + fg-bold: #111111, + fg: mix(#28f4af, #111111, 25%), + fg-light: mix(#28f4af, #111111, 40%), + border: mix(#28f4af, #111111, 90%) ) );