mirror of
https://git.bsd.gay/fef/nyastodon.git
synced 2024-12-25 16:43:41 +01:00
Fix wrong color for ellipsis in boost confirmation dialog in Web UI (#13355)
This commit is contained in:
parent
11169367e4
commit
be2f1597cf
1 changed files with 2 additions and 4 deletions
|
@ -1028,13 +1028,11 @@
|
|||
}
|
||||
|
||||
.display-name {
|
||||
color: $light-text-color;
|
||||
|
||||
strong {
|
||||
color: $inverted-text-color;
|
||||
}
|
||||
|
||||
span {
|
||||
color: $light-text-color;
|
||||
}
|
||||
}
|
||||
|
||||
.status__content {
|
||||
|
|
Loading…
Reference in a new issue