Skip to content

Commit

Permalink
changing color scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
mayarajan3 committed May 21, 2024
1 parent 6ad9192 commit b7f811f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/menu-bar/menu-bar.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: $menu-bar-standard-font-size;
font-weight: bold;
background-color: $motion-primary;
background-color: $looks-secondary;
color: $ui-white;
}

Expand Down
2 changes: 1 addition & 1 deletion src/components/menu/menu.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
position: absolute;
border: 1px solid $ui-black-transparent;
border-radius: 0 0 8px 8px;
background-color: $motion-primary;
background-color: $looks-secondary;
padding: 0;
margin: 0;
min-width: 186px;
Expand Down
2 changes: 1 addition & 1 deletion src/css/colors.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ $text-primary-transparent: hsla(225, 15%, 40%, 0.75);
$motion-primary: hsla(215, 100%, 65%, 1); /* #4C97FF */
$motion-tertiary: hsla(215, 60%, 50%, 1); /* #3373CC */

$looks-secondary: hsla(260, 60%, 60%, 1); /* #855CD6 */
$looks-secondary: hsla(215, 100%, 65%, 1); /* #855CD6 */
$looks-transparent: hsla(260, 60%, 60%, 0.35); /* 35% transparent version of looks-tertiary */
$looks-light-transparent: hsla(260, 60%, 60%, 0.15); /* 15% transparent version of looks-tertiary */
$looks-secondary-dark: hsla(260, 42%, 51%, 1); /* #714EB6 */
Expand Down

0 comments on commit b7f811f

Please sign in to comment.