Skip to content

Commit

Permalink
fix: styles
Browse files Browse the repository at this point in the history
  • Loading branch information
harishv7 committed Sep 22, 2023
1 parent e427a52 commit 5530f32
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions src/styles/isomer-template/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,6 @@ $breakpoints: (
);

@import "helpers";

@import "homepage/announcements";
// Declare variables that you need from _config.yml here
// Agency brand colors
// $primary-color: {{- site.colors.primary-color | default: '#f5a623' -}};
// $secondary-color: {{- site.colors.secondary-color | default: '#50e3c2' -}};
// $secondary-color-hover: lighten($secondary-color, 10%);

$primary-color: #f5a623;
$secondary-color: #50e3c2;
$secondary-color-hover: lighten($secondary-color, 10%);


$stroke-default-color: #D0D5DD;
$interaction-hover-color: #F9F9F9;

@use "homepage/text-cards";
@import "shared";
@import "homepage/announcements";
@import "homepage/text-cards";

0 comments on commit 5530f32

Please sign in to comment.