Skip to content

Commit

Permalink
Update button color vars
Browse files Browse the repository at this point in the history
  • Loading branch information
maureenlholland committed Dec 3, 2024
1 parent 4e20349 commit 7210c34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions media/css/m24/flag.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
.m24-c-flag-button {
$font-size: 0.75;
all: unset;
background-color: $m24-color-medium-gray;
background-color: $m24-color-dark-mid-gray;
color: $m24-color-white;
font-family: $primary-font;
font-size: calc(#{$font-size} * 1rem);
Expand All @@ -58,7 +58,7 @@
}

&:active {
background-color: $m24-color-medium-gray;
background-color: $m24-color-dark-mid-gray;
}
}

Expand Down

0 comments on commit 7210c34

Please sign in to comment.