mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-23 22:48:07 +01:00
[Glitch] Fix wrong color for ellipsis in boost confirmation dialog in Web UI
Port be2f1597cf
to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
This commit is contained in:
parent
3eede6f64b
commit
dcf841545d
1 changed files with 2 additions and 4 deletions
|
@ -331,13 +331,11 @@
|
|||
}
|
||||
|
||||
.display-name {
|
||||
color: $light-text-color;
|
||||
|
||||
strong {
|
||||
color: $inverted-text-color;
|
||||
}
|
||||
|
||||
span {
|
||||
color: $lighter-text-color;
|
||||
}
|
||||
}
|
||||
|
||||
.status__content {
|
||||
|
|
Loading…
Reference in a new issue