[Glitch] Fix wrong color for ellipsis in boost confirmation dialog in Web UI
Port 5a211c478d
to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
This commit is contained in:
parent
61052dfa33
commit
989f819191
1 changed files with 2 additions and 4 deletions
|
@ -331,13 +331,11 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.display-name {
|
.display-name {
|
||||||
|
color: $light-text-color;
|
||||||
|
|
||||||
strong {
|
strong {
|
||||||
color: $inverted-text-color;
|
color: $inverted-text-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
span {
|
|
||||||
color: $lighter-text-color;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.status__content {
|
.status__content {
|
||||||
|
|
Loading…
Reference in a new issue