Skip to content

Commit

Permalink
Merge branch '1138-accesibilty-issues'
Browse files Browse the repository at this point in the history
  • Loading branch information
garethrees committed Jul 29, 2024
2 parents 7642996 + 02b8cb1 commit cd4b01c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions app/assets/stylesheets/responsive/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@

@mixin button-secondary {
@include button-base;
background-color: $color_light_grey;
background-color: mix($color_light_grey, $color_yellow, 95%);
color: $color_black;
font-weight: normal;
&:hover,
Expand Down Expand Up @@ -102,7 +102,7 @@
/* Menu items */
@mixin menu-item {
text-decoration: none;
color: transparentize($main_menu-link_text, 0.2);
color: transparentize($main_menu-link_text, 0.1);
@include ie8 {
color: $main_menu-link_text;
}
Expand Down
9 changes: 5 additions & 4 deletions app/assets/stylesheets/responsive/custom.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$color_orange: #f4a140;
$color_blue: #419BE8;
$color_blue: #2078C2;
$color_green: #62b356;
$color_yellow: #ffd836;
$color_red: #e04b4b;
Expand All @@ -14,7 +14,7 @@ $color_white: #ffffff;
$color_pro_blue: #5A7687;

$mysociety-banner: $color_black;
$link-color: darken($color_blue, 20%);
$link-color: darken($color_blue, 10%);
$body-font-color: $color_black;
$body-bg: $color_off_white;
$button-bg: $color_blue;
Expand Down Expand Up @@ -311,7 +311,7 @@ a.link_button_green_large {
}

.form_item_note {
color: $color_mid_grey;
color: $color_dark_grey;
}

/* Popups */
Expand Down Expand Up @@ -839,7 +839,7 @@ $mysoc-footer-breakpoint-sm: 42em;
.action-menu__button {
@include button-secondary;
&:after {
border-color: #a5a5a5 transparent transparent transparent;
border-color: #8c8a8a transparent transparent transparent;
right: 7%;
}
}
Expand Down Expand Up @@ -1768,6 +1768,7 @@ p.locale-list-trigger {

li {
margin-bottom: 0.5rem;
padding: 5px 0;
}
}
}
Expand Down

0 comments on commit cd4b01c

Please sign in to comment.