fix(settings): Increase "Edit your profile visibility button" contrast

Before this the contrast of the button was too low in terms of accessibility.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
This commit is contained in:
Ferdinand Thiessen 2023-05-02 18:11:47 +02:00 committed by nextcloud-command
parent 32f9b8b30e
commit 96e625482a
3 changed files with 6 additions and 6 deletions

View file

@ -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 {
@ -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 {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long