mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-24 03:28:06 +01:00
[Glitch] Change icons of features on admin dashboard to remove bias
Port SCSS changes from e117964325
to glitch-soc
This commit is contained in:
parent
614bd3f8d4
commit
89a0fa3053
1 changed files with 5 additions and 0 deletions
|
@ -220,6 +220,11 @@ $content-width: 840px;
|
||||||
color: $error-value-color;
|
color: $error-value-color;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.neutral-hint {
|
||||||
|
color: $dark-text-color;
|
||||||
|
font-weight: 500;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: $no-columns-breakpoint) {
|
@media screen and (max-width: $no-columns-breakpoint) {
|
||||||
|
|
Loading…
Reference in a new issue