Skip to content

Commit

Permalink
fix(settings): Increase "Edit your profile visibility button" contrast
Browse files Browse the repository at this point in the history
Before this the contrast of the button was too low in terms of accessibility.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
  • Loading branch information
susnux committed May 4, 2023
1 parent 32f9b8b commit 5c9fef2
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ a {
padding: 0 16px;
margin: 14px auto;
border-radius: var(--border-radius-pill);
opacity: 0.4;
color: var(--color-text-maxcontrast);
background-color: transparent;
.anchor-icon {
Expand All @@ -87,8 +87,8 @@ a {
&:hover,
&:focus,
&:active {
opacity: 0.8;
background-color: rgba(127, 127, 127, .25);
color: var(--color-main-text);
background-color: var(--color-background-dark);
}
&.disabled {
Expand Down

0 comments on commit 5c9fef2

Please sign in to comment.