[Glitch] Change disabled buttons color in light mode to make it more visible

Port 8c8bee5a36e0cd0b5d35903f8891896447c3e060 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
Renaud Chaput 2024-07-11 15:43:42 +02:00 committed by Claire
parent db0b12e5dc
commit e26052192d

View File

@ -48,6 +48,10 @@ html {
}
}
.icon-button:disabled {
color: darken($action-button-color, 25%);
}
.account__header__bar .avatar .account__avatar {
border-color: $white;
}