Skip to content

Commit

Permalink
templates/a4_candy_users/indicator.html: change dropdown menu font co…
Browse files Browse the repository at this point in the history
…lor for increased contrast
  • Loading branch information
hom3mad3 authored and goapunk committed Feb 28, 2024
1 parent 1ec6bf0 commit a26801f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion adhocracy-plus/assets/scss/components/_button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
}

.btn.btn--secondary-filled {
@include button-bg($brand-secondary, $brand-secondary, $print-black, 10%);
@include button-bg($brand-secondary, $brand-secondary, $body-bg, 10%);
}

.btn.btn--bg-tertiary {
Expand Down
4 changes: 4 additions & 0 deletions adhocracy-plus/assets/scss/components/_navi.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
.navi__item {
display: block;

a {
color: $body-bg;
}

@media screen and (min-width: $breakpoint) {
display: inline-block;
}
Expand Down
7 changes: 7 additions & 0 deletions adhocracy-plus/assets/scss/components/_userindicator.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ $ribbon-margin: 10px;
display: inline-block;
vertical-align: middle;
}

// Enhance contrast for dropdown links and buttons on pink background.
a,
button {
color: $body-bg;
}
}

.userindicator__btn-img {
Expand Down Expand Up @@ -76,3 +82,4 @@ $ribbon-margin: 10px;
}
}
}

0 comments on commit a26801f

Please sign in to comment.