[Glitch] Add dedicated user preferences for theme mode & contrast

Port a0ce77673c977e3a90d0c7d1c2acd250b7fad0c2 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
diondiondion 2025-12-19 16:31:44 +01:00 committed by Claire
parent c7ad055ff3
commit cf461c79ca

View File

@ -717,6 +717,17 @@ code {
}
}
.horizontal-options .label_input__wrapper {
display: flex;
flex-wrap: wrap;
gap: 20px;
.radio,
.radio > label {
margin-bottom: 0;
}
}
.status-card {
contain: unset;
}